Inheritance diagram for class uvm_sequence_library_cfg:
Public Member Functions | |
| function uvm_object | create ( string name = "" ) |
| virtual function uvm_object_wrapper | get_object_type ( ) |
| static function type_id | get_type ( ) |
| virtual function string | get_type_name ( ) |
| function void | __m_uvm_field_automation ( uvm_object tmp_data__, int what__, string str__ ) |
| function void | new ( string name = "", uvm_sequence_lib_mode mode = UVM_SEQ_LIB_RAND, int unsigned min = 1, int unsigned max = 10 ) |
Public Attributes | |
| int unsigned | max_random_count |
| int unsigned | min_random_count |
| uvm_sequence_lib_mode | selection_mode |
| static const string | type_name = "uvm_sequence_library_cfg"; |
Member Typedefs | |
| typedef class | type_id |
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
|
|
|
|
|