
Public Member Functions | |
| virtual void | record_field (string name, ovm_bitstream_t value, int size, ovm_radix_enum radix=OVM_NORADIX) |
| virtual void | record_object (string name, ovm_object value) |
| virtual void | record_string (string name, string value) |
| virtual void | record_time (string name, time value) |
| virtual void | record_generic (string name, string value) |
Public Attributes | |
| int | recording_depth = 0 |
| integer | tr_handle = 0 |
| ovm_radix_enum | default_radix = OVM_HEX |
| bit | physical = 1 |
| abstract | bit = 1 |
| bit | identifier = 1 |
| ovm_recursion_policy_enum | policy = OVM_DEFAULT_POLICY |
| ovm_scope_stack | scope = new |
Definition at line 342 of file ovm_object.svh.
| void ovm_recorder::record_field | ( | string | name, | |
| ovm_bitstream_t | value, | |||
| int | size, | |||
| ovm_radix_enum | radix = OVM_NORADIX | |||
| ) | [virtual] |
Definition at line 1293 of file ovm_object.sv.
| void ovm_recorder::record_object | ( | string | name, | |
| ovm_object | value | |||
| ) | [virtual] |
Definition at line 1313 of file ovm_object.sv.
| void ovm_recorder::record_string | ( | string | name, | |
| string | value | |||
| ) | [virtual] |
Definition at line 1340 of file ovm_object.sv.
| void ovm_recorder::record_time | ( | string | name, | |
| time | value | |||
| ) | [virtual] |
Definition at line 1346 of file ovm_object.sv.
| void ovm_recorder::record_generic | ( | string | name, | |
| string | value | |||
| ) | [virtual] |
Definition at line 1351 of file ovm_object.sv.
| int ovm_recorder::recording_depth = 0 |
Definition at line 343 of file ovm_object.svh.
| integer ovm_recorder::tr_handle = 0 |
Definition at line 344 of file ovm_object.svh.
| ovm_radix_enum ovm_recorder::default_radix = OVM_HEX |
Definition at line 345 of file ovm_object.svh.
Definition at line 346 of file ovm_object.svh.
| abstract ovm_recorder::bit = 1 |
Definition at line 347 of file ovm_object.svh.
Definition at line 349 of file ovm_object.svh.
| ovm_recursion_policy_enum ovm_recorder::policy = OVM_DEFAULT_POLICY |
Definition at line 350 of file ovm_object.svh.
Definition at line 351 of file ovm_object.svh.
![]() Intelligent Design Verification Project: OVM, Revision: 2.0.1 |
Copyright (c) 2008 Intelligent Design Verification. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included here: http://www.intelligentdv.com/licenses/fdl.txt |
![]() Doxygen Version: 1.5.5 Wed Jan 7 19:27:49 2009 |