Class uvm_status_container
Name |
Type |
Description |
---|---|---|
clone |
bit |
The clone setting is used by the set/get config to know if cloning is on. |
warning |
bit |
Information variables used by the macro functions for storage. |
status |
bit |
|
bitstream |
||
intv |
int |
|
element |
int |
|
stringv |
string |
|
scratch1 |
string |
|
scratch2 |
string |
|
key |
string |
|
object |
||
array_warning_done |
bit |
|
field_array |
bit |
|
print_matches |
bit |
|
scope |
The scope stack is used for messages that are emitted by policy classes. |
|
cycle_check |
bit |
Used for checking cycles. When a data function is entered, if the depth is non-zero, then then the existeance of the object in the map means that a cycle has occured and the function should immediately exit. When the function exits, it should reset the cycle map so that there is no memory leak. |
comparer |
These are the policy objects currently in use. The policy object gets set when a function starts up. The macros use this. |
|
packer |
||
recorder |
||
printer |
Functions
- function void do_field_check ( string field, uvm_object obj ) [source]
×
CLASS- uvm_status_container
Internal class to contain status information for automation methods.