Constant Index
$#! · 0-9 · A ·
B
·
C
· D ·
E
·
F
· G · H · I · J · K · L · M · N ·
O
·
P
· Q · R ·
S
· T · U · V · W · X · Y · Z
B
BODY
C
CREATED
E
ENDED
F
FINISHED
O
OVM_BIN
OVM_CALL_HOOK
OVM_COUNT
OVM_DEC
OVM_DEEP
OVM_DISPLAY
OVM_ENUM
OVM_ERROR
OVM_EXIT
OVM_EXPORT
OVM_FATAL
OVM_FULL
OVM_HEX
OVM_HIGH
OVM_IMPLEMENTATION
OVM_INFO
OVM_LOG
OVM_LOW
OVM_MEDIUM
OVM_NO_ACTION
OVM_NONE
OVM_OCT
OVM_PORT
OVM_REFERENCE
OVM_SHALLOW
OVM_STRING
OVM_TIME
OVM_UNSIGNED
OVM_WARNING
P
POST_BODY
PRE_BODY
S
STOPPED
The sequence is started and the body task is being executed.
The sequence has been allocated.
The sequence has ended by the completion of the body task.
The sequence is completely finished executing.
Selects binary (%b) format
Callback the report hook methods
Counts the number of reports with the COUNT attribute.
Selects decimal (%d) format
Objects are deep copied (object must implement copy method)
Sends the report to the standard output
Selects enumeration value (name) format
Indicates a real problem.
Terminates the simulation immediately.
The port provides the interface that is its type parameter via a connection to some other export or implementation.
Indicates a problem from which simulation can not recover.
Report is issued if configured verbosity is set to OVM_FULL or above.
Selects hexidecimal (%h) format
Report is issued if configured verbosity is set to OVM_HIGH or above.
The port provides the interface that is its type parameter, and it is bound to the component that implements the interface.
Informative messsage.
Sends the report to the file(s) for this (severity,id) pair
Report is issued if configured verbosity is set to OVM_LOW or above.
Report is issued if configured verbosity is set to OVM_MEDIUM or above.
No action is taken
Report is always printed.
Selects octal (%o) format
The port requires the interface that is its type parameter.
Only object handles are copied.
Objects are shallow copied using default SV copy.
Selects string (%s) format
Selects time (%t) format
Selects unsigned decimal (%u) format
Indicates a potential problem.
The sequence is started and the post_body task is being executed.
The sequence is started and the pre_body task is being executed.
The sequence has been forcibly ended by issuing a kill() on the sequence.