uvm_cmdline_report.svh | |
Methods | |
init | Initializes the settings queue with the command line verbosity settings. |
check | Checks the settings queue for unused verbosity settings. |
dump | Dumps the usage information for the verbosity settings as a string. |
init | Initializes the settings queue with the command line verbosity settings. |
check | Checks the settings queue for unused verbosity settings. |
dump | Dumps the usage information for the verbosity settings as a string. |
init | Initializes the settings queue with the command line action settings. |
check | Checks the settings queue for unused action settings. |
dump | Dumps the usage information for the verbosity settings as a string. |
init | Initializes the settings queue with the command line severity settings. |
check | Checks the settings queue for unused action settings. |
dump | Dumps the usage information for the verbosity settings as a string. |
static function void init( input uvm_report_object ro )
Initializes the settings queue with the command line verbosity settings.
Warnings for incorrectly formatted command line arguments are routed through the report object ro. If ro is null, then no warnings shall be generated.
static function void check( uvm_report_object ro )
Checks the settings queue for unused verbosity settings.
Verbosity could be unused because it wasn’t first on the command line.
static function string dump()
Dumps the usage information for the verbosity settings as a string.
static function void init( input uvm_report_object ro )
Initializes the settings queue with the command line verbosity settings.
Warnings for incorrectly formatted command line arguments are routed through the report object ro. If ro is null, then no warnings shall be generated.
static function void check( uvm_report_object ro )
Checks the settings queue for unused verbosity settings.
a) It didn’t match any components b) The offset specified hasn’t occurred yet c) The phase specified hasn’t occurred yet
static function string dump()
Dumps the usage information for the verbosity settings as a string.
static function void init( input uvm_report_object ro )
Initializes the settings queue with the command line action settings.
Warnings for incorrectly formatted command line arguments are routed through the report object ro. If ro is null, then no warnings shall be generated.
static function void check( uvm_report_object ro )
Checks the settings queue for unused action settings.
a) It didn’t match any components
static function string dump()
Dumps the usage information for the verbosity settings as a string.
static function void init( input uvm_report_object ro )
Initializes the settings queue with the command line severity settings.
Warnings for incorrectly formatted command line arguments are routed through the report object ro. If ro is null, then no warnings shall be generated.
static function void check( uvm_report_object ro )
Checks the settings queue for unused action settings.
a) It didn’t match any components
static function string dump()
Dumps the usage information for the verbosity settings as a string.
Initializes the settings queue with the command line verbosity settings.
static function void init( input uvm_report_object ro )
Checks the settings queue for unused verbosity settings.
static function void check( uvm_report_object ro )
Dumps the usage information for the verbosity settings as a string.
static function string dump()