Inheritance diagram for class ovm_recorder:
Public Member Functions | |
| virtual function void | record_field ( string name, ovm_bitstream_t value, int size, ovm_radix_enum radix = OVM_NORADIX ) |
| virtual function void | record_field_real ( string name, real value ) |
| virtual function void | record_generic ( string name, string value ) |
| virtual function void | record_object ( string name, ovm_object value ) |
| virtual function void | record_string ( string name, string value ) |
| virtual function void | record_time ( string name, time value ) |
Public Attributes | |
| bit | abstract = 1; |
| ovm_radix_enum | default_radix |
| bit | identifier = 1; |
| bit | physical = 1; |
| ovm_recursion_policy_enum | policy |
| int | recording_depth = 0; |
| ovm_scope_stack | scope = new; |
| integer | tr_handle = 0; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|