uvm_cmdline_report.svh

UVMkit » 1800.2-2020
Summary
uvm_cmdline_report.svh
Methods
initInitializes the settings queue with the command line verbosity settings.
checkChecks the settings queue for unused verbosity settings.
dumpDumps the usage information for the verbosity settings as a string.
initInitializes the settings queue with the command line verbosity settings.
checkChecks the settings queue for unused verbosity settings.
dumpDumps the usage information for the verbosity settings as a string.
initInitializes the settings queue with the command line action settings.
checkChecks the settings queue for unused action settings.
dumpDumps the usage information for the verbosity settings as a string.
initInitializes the settings queue with the command line severity settings.
checkChecks the settings queue for unused action settings.
dumpDumps the usage information for the verbosity settings as a string.

init

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.

check

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.

dump

static function string dump()

Dumps the usage information for the verbosity settings as a string.

init

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.

check

static function void check( uvm_report_object  ro )

Checks the settings queue for unused verbosity settings.

Verbosity could be unused because

a) It didn’t match any components b) The offset specified hasn’t occurred yet c) The phase specified hasn’t occurred yet

dump

static function string dump()

Dumps the usage information for the verbosity settings as a string.

init

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.

check

static function void check( uvm_report_object  ro )

Checks the settings queue for unused action settings.

Verbosity could be unused because

a) It didn’t match any components

dump

static function string dump()

Dumps the usage information for the verbosity settings as a string.

init

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.

check

static function void check( uvm_report_object  ro )

Checks the settings queue for unused action settings.

Verbosity could be unused because

a) It didn’t match any components

dump

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.
static function void check( uvm_report_object  ro )
Checks the settings queue for unused verbosity settings.
static function string dump()
Dumps the usage information for the verbosity settings as a string.