This is the complete list of members for class svt_mem_sequencer, including all inherited members.
| uvm_component | function void | accept_tr ( uvm_transaction tr, time accept_time = 0 ) | |
| uvm_sequencer_base | function void | add_sequence ( string type_name ) | |
| uvm_component | virtual task | all_dropped ( uvm_objection objection, uvm_object source_obj, string description, int count ) | |
| uvm_sequencer_param_base | function void | analysis_write ( uvm_sequence_item t ) | |
| uvm_component | function void | apply_config_settings ( bit verbose = 0 ) | |
| uvm_sequencer_base | protected bit | arb_completed [int] | |
| uvm_sequencer_base | protected uvm_sequence_request | arb_sequence_q [$] | |
| svt_mem_sequencer | svt_mem_backdoor | backdoor | Memory backdoor |
| uvm_component | function integer | begin_child_tr ( uvm_transaction tr, integer parent_handle = 0, string stream_name = "main", string label = "", string desc = "", time begin_time = 0 ) | |
| uvm_component | function integer | begin_tr ( uvm_transaction tr, string stream_name = "main", string label = "", string desc = "", time begin_time = 0, integer parent_handle = 0 ) | |
| uvm_sequencer_base | function void | build ( ) | |
| svt_mem_sequencer | function void | build_phase ( uvm_phase phase ) | Build Phase to build and configure sub-components |
| svt_mem_sequencer | svt_mem_configuration | cfg = null; | Memory configuration |
| svt_sequencer | protected function void | change_dynamic_cfg ( svt_configuration cfg ) | Copies (deep) the dynamic configuration properties from the argument into the configuration object stored in the sequencer. Used internally by reconfigure; not to be called directly. |
| svt_sequencer | protected function void | change_static_cfg ( svt_configuration cfg ) | Copies (deep) the static configuration properties from the argument into the configuration object stored in the sequencer. Used internally by reconfigure; not to be called directly. |
| uvm_component | function void | check ( ) | |
| uvm_component | function void | check_config_usage ( bit recurse = 1 ) | |
| uvm_component | function void | check_phase ( uvm_phase phase ) | |
| uvm_component | function uvm_object | clone ( ) | |
| uvm_object | function bit | compare ( uvm_object rhs, uvm_comparer comparer = null ) | |
| uvm_component | task | configure_phase ( uvm_phase phase ) | |
| uvm_component | function void | connect ( ) | |
| uvm_sequencer_param_base | function void | connect_phase ( uvm_phase phase ) | |
| uvm_sequencer_base | function string | convert2string ( ) | |
| uvm_object | function void | copy ( uvm_object rhs ) | |
| uvm_sequencer_base | int | count = -1; | |
| uvm_component | function uvm_object | create ( string name = "" ) | |
| uvm_component | function uvm_component | create_component ( string requested_type_name, string name ) | |
| uvm_component | function uvm_object | create_object ( string requested_type_name, string name = "" ) | |
| uvm_sequencer_base | function uvm_sequence_base | current_grabber ( ) | |
| uvm_sequencer_base | protected string | default_sequence = "uvm_random_sequence"; | |
| uvm_component | protected function void | define_domain ( uvm_domain domain ) | |
| uvm_report_object | virtual function void | die ( ) | |
| uvm_component | protected function void | do_accept_tr ( uvm_transaction tr ) | |
| uvm_component | protected function void | do_begin_tr ( uvm_transaction tr, string stream_name, integer tr_handle ) | |
| uvm_object | function bit | do_compare ( uvm_object rhs, uvm_comparer comparer ) | |
| uvm_object | function void | do_copy ( uvm_object rhs ) | |
| uvm_component | protected function void | do_end_tr ( uvm_transaction tr, integer tr_handle ) | |
| uvm_component | function void | do_flush ( ) | |
| uvm_component | function void | do_kill_all ( ) | |
| uvm_object | function void | do_pack ( uvm_packer packer ) | |
| uvm_sequencer_param_base | function void | do_print ( uvm_printer printer ) | |
| uvm_object | function void | do_record ( uvm_recorder recorder ) | |
| uvm_component | function void | do_resolve_bindings ( ) | |
| uvm_object | function void | do_unpack ( uvm_packer packer ) | |
| uvm_component | virtual function void | dropped ( uvm_objection objection, uvm_object source_obj, string description, int count ) | |
| svt_sequencer | static protected svt_dropping_response_report_catcher | dropping_response_catcher | |
| uvm_report_object | function void | dump_report_state ( ) | |
| uvm_component | int | enable_stop_interrupt | |
| uvm_component | function void | end_of_elaboration ( ) | |
| uvm_component | function void | end_of_elaboration_phase ( uvm_phase phase ) | |
| uvm_component | function void | end_tr ( uvm_transaction tr, time end_time = 0, bit free_handle = 1 ) | |
| uvm_component | protected uvm_object_string_pool | event_pool | |
| svt_reactive_sequencer | task | execute_item ( uvm_sequence_item item ) | Generate an error if called. |
| uvm_component | function void | extract ( ) | |
| svt_mem_sequencer | function void | extract_phase ( uvm_phase phase ) | Extract Phase to close out the XML file if it is open |
| uvm_component | function void | final_phase ( uvm_phase phase ) | |
| svt_sequencer | function uvm_agent | find_first_agent ( uvm_sequence_item seq ) | Finds the first sequencer that has a `SVT_XVM(agent) for its parent. If p_sequencer parent is a `SVT_XVM(agent), returns that `SVT_XVM(agent). Otherwise continues looking up the sequence's parent sequence chain looking for a p_sequencer which has a `SVT_XVM(agent) as its parent. |
| uvm_component | function void | flush ( ) | |
| uvm_sequencer | task | get ( output REQ t ) | |
| svt_mem_sequencer | function svt_mem_backdoor | get_backdoor ( ) | Return a reference to a backdoor API for the memory core in this sequencer. |
| svt_mem_sequencer | function void | get_cfg ( ref svt_configuration cfg ) | Returns a reference of the sequencer's configuration object. NOTE: This operation is different than the get_cfg methods for svt_driver and svt_uvm_monitor classes. This method returns a reference to the configuration rather than a copy. |
| uvm_component | function uvm_component | get_child ( string name ) | |
| uvm_component | function void | get_children ( ref uvm_component children[$] ) | |
| uvm_component | function bit | get_config_int ( string field_name, inout uvm_bitstream_t value ) | |
| uvm_component | function bit | get_config_object ( string field_name, inout uvm_object value, input bit clone ) | |
| uvm_component | function bit | get_config_string ( string field_name, inout string value ) | |
| uvm_sequencer_param_base | function REQ | get_current_item ( ) | |
| uvm_component | function unsigned int | get_depth ( ) | |
| uvm_component | function uvm_domain | get_domain ( ) | |
| svt_sequencer | protected virtual function void | get_dynamic_cfg ( ref svt_configuration cfg ) | Copies (deep) the dynamic configuration properties from the configuration object stored in the agent into the argument. If cfg is null, creates configuration object of appropriate type. Used internally by get_cfg; not to be called directly. |
| uvm_component | function int | get_first_child ( ref string name ) | |
| uvm_component | function string | get_full_name ( ) | |
| uvm_object | static function int | get_inst_count ( ) | |
| uvm_object | function int | get_inst_id ( ) | |
| svt_sequencer | function bit | get_is_debug_enabled ( ) | Function looks up whether debug is enabled for this component. This mainly acts as a front for svt_debug_opts, caching and reusing the information after the first lookup. |
| svt_sequencer | function bit | get_is_running ( ) | Returns the current setting of is_running, indicating whether the sequencer has been entered the run phase. |
| uvm_component | function int | get_next_child ( ref string name ) | |
| svt_sequencer | task | get_next_item ( output REQ t ) | Implementation of port method declared in the `SVT_XVM(seq_item_pull_imp) class. This method is extended in order to write sequence items to FSDB. |
| uvm_sequencer | bit | get_next_item_called | |
| uvm_component | function int | get_num_children ( ) | |
| uvm_sequencer_param_base | function unsigned int | get_num_last_reqs ( ) | |
| uvm_sequencer_param_base | function unsigned int | get_num_last_rsps ( ) | |
| uvm_sequencer_param_base | function int | get_num_reqs_sent ( ) | |
| uvm_sequencer_param_base | function int | get_num_rsps_received ( ) | |
| svt_mem_sequencer | virtual function uvm_object_wrapper | get_object_type ( ) | |
| uvm_component | function uvm_component | get_parent ( ) | |
| uvm_report_object | function int | get_report_action ( uvm_severity severity, string id ) | |
| uvm_report_object | function int | get_report_file_handle ( uvm_severity severity, string id ) | |
| uvm_report_object | function uvm_report_handler | get_report_handler ( ) | |
| uvm_report_object | function uvm_report_server | get_report_server ( ) | |
| uvm_report_object | function int | get_report_verbosity_level ( uvm_severity severity = UVM_INFO, string id = "" ) | |
| svt_sequencer | protected virtual function void | get_static_cfg ( ref svt_configuration cfg ) | Copies (deep) the static configuration properties from the configuration object stored in the agent into the argument. If cfg is null, creates config object of appropriate type. Used internally by get_cfg; not to be called directly. |
| svt_sequencer | function string | get_suite_name ( ) | Returns the model suite name associated with an object. |
| svt_mem_sequencer | static function type_id | get_type ( ) | |
| svt_mem_sequencer | virtual function string | get_type_name ( ) | |
| uvm_sequencer_base | function no type | get_arbitration ( ) | |
| uvm_sequencer_base | function int | get_seq_kind ( string type_name ) | |
| uvm_sequencer_base | function uvm_sequence_base | get_sequence ( int req_kind ) | |
| uvm_sequencer_base | task | grab ( uvm_sequence_base sequence_ptr ) | |
| uvm_sequencer_base | protected function void | grant_queued_locks ( ) | |
| uvm_component | function int | has_child ( string name ) | |
| uvm_sequencer_base | function bit | has_do_available ( ) | |
| uvm_sequencer_base | function bit | has_lock ( uvm_sequence_base sequence_ptr ) | |
| uvm_sequencer_base | function bit | is_blocked ( uvm_sequence_base sequence_ptr ) | |
| uvm_sequencer_base | function bit | is_child ( uvm_sequence_base parent, uvm_sequence_base child ) | |
| uvm_sequencer_base | function bit | is_grabbed ( ) | |
| svt_sequencer | protected bit | is_running | |
| svt_sequencer | protected function bit | is_valid_cfg_type ( svt_configuration cfg ) | Expected to return a 1 if the supplied configuration object is of the correct type for the sequencer. Extended classes implementing specific sequencers will provide an extended version of this method and call it directly. |
| uvm_sequencer | function void | item_done ( RSP item = null ) | |
| uvm_sequencer | function RSP | item_done_get_trigger_data ( ) | |
| uvm_sequencer | function void | item_done_trigger ( RSP item = null ) | |
| uvm_component | function void | kill ( ) | |
| uvm_sequencer_base | function void | kill_sequence ( uvm_sequence_base sequence_ptr ) | |
| uvm_sequencer_param_base | function REQ | last_req ( int unsigned n = 0 ) | |
| uvm_sequencer_param_base | function RSP | last_rsp ( int unsigned n = 0 ) | |
| uvm_sequencer_base | task | lock ( uvm_sequence_base sequence_ptr ) | |
| uvm_sequencer_base | protected uvm_sequence_base | lock_list [$] | |
| uvm_component | function uvm_component | lookup ( string name ) | |
| svt_sequencer | bit | manage_objection = 1; | |
| uvm_sequencer_base | function void | m_add_builtin_seqs ( bit add_simple = 1 ) | |
| uvm_component | protected virtual function bit | m_add_child ( uvm_component child ) | |
| uvm_component | function void | m_apply_verbosity_settings ( uvm_phase phase ) | |
| uvm_sequencer_base | protected int | m_arb_size | |
| uvm_component | protected function integer | m_begin_tr ( uvm_transaction tr, integer parent_handle = 0, bit has_parent = 0, string stream_name = "main", string label = "", string desc = "", time begin_time = 0 ) | |
| uvm_component | bit | m_build_done | |
| uvm_component | protected uvm_component | m_children [string] | |
| uvm_component | protected uvm_component | m_children_by_handle [ uvm_component ] | |
| uvm_sequencer_base | protected function int | m_choose_next_request ( ) | |
| uvm_component | static bit | m_config_set = 1; | |
| uvm_component | uvm_phase | m_current_phase | |
| uvm_component | protected uvm_domain | m_domain | |
| uvm_component | function void | m_do_pre_abort ( ) | |
| uvm_sequencer_base | int | m_exhaustive_count | |
| uvm_sequencer | protected virtual function int | m_find_number_driver_connections ( ) | |
| uvm_sequencer_base | protected function uvm_sequence_base | m_find_sequence ( int sequence_id ) | |
| uvm_report_object | protected virtual function uvm_report_object | m_get_report_object ( ) | |
| uvm_sequencer_base | protected function int | m_get_seq_item_priority ( uvm_sequence_request seq_q_entry ) | |
| uvm_object | static protected int | m_inst_count | |
| uvm_sequencer_base | int | m_is_relevant_completed | |
| uvm_sequencer_param_base | uvm_sequence_item | m_last_req_buffer [$] | |
| uvm_sequencer_param_base | function void | m_last_req_push_front ( REQ item ) | |
| uvm_sequencer_param_base | RSP | m_last_rsp_buffer [$] | |
| uvm_sequencer_param_base | function void | m_last_rsp_push_front ( RSP item ) | |
| uvm_sequencer_base | protected int | m_lock_arb_size | |
| uvm_component | string | m_name | |
| uvm_sequencer_param_base | protected int | m_num_last_reqs = 1; | |
| uvm_sequencer_param_base | protected int | m_num_last_rsps = 1; | |
| uvm_sequencer_param_base | protected int | m_num_reqs_sent | |
| uvm_sequencer_param_base | protected int | m_num_rsps_received | |
| uvm_component | uvm_component | m_parent | |
| uvm_component | uvm_phase | m_phase_imps [ uvm_phase ] | |
| uvm_component | protected process | m_phase_process | |
| uvm_component | int | m_phasing_active | |
| uvm_sequencer_base | int | m_random_count | |
| uvm_sequencer_base | function int | m_register_sequence ( uvm_sequence_base sequence_ptr ) | |
| uvm_sequencer_param_base | uvm_sequence_item | m_req_fifo | |
| uvm_report_object | uvm_report_handler | m_rh | |
| uvm_sequencer_base | protected task | m_select_sequence ( ) | |
| uvm_sequencer_base | protected int | m_sequencer_id | |
| uvm_sequencer_base | function void | m_sequence_exiting ( uvm_sequence_base sequence_ptr ) | |
| uvm_sequencer_base | function void | m_set_arbitration_completed ( int request_id ) | |
| uvm_component | function void | m_set_cl_action ( ) | |
| uvm_component | function void | m_set_cl_msg_args ( ) | |
| uvm_component | function void | m_set_cl_sev ( ) | |
| uvm_component | function void | m_set_cl_verb ( ) | |
| uvm_sequencer_base | int | m_simple_count | |
| uvm_component | static m_verbosity_setting | m_time_settings[$] | |
| uvm_sequencer_base | function void | m_unlock_req ( uvm_sequence_base sequence_ptr ) | |
| uvm_sequencer_base | protected virtual function void | m_unregister_sequence ( int sequence_id ) | |
| uvm_sequencer_base | protected function void | m_update_lists ( ) | |
| uvm_component | m_verbosity_setting | m_verbosity_settings[$] | |
| uvm_sequencer_base | protected task | m_wait_arb_not_equal ( ) | |
| uvm_sequencer_base | task | m_wait_for_arbitration_completed ( int request_id ) | |
| uvm_sequencer_base | protected task | m_wait_for_available_sequence ( ) | |
| uvm_sequencer_base | protected int | m_wait_for_item_sequence_id | |
| uvm_sequencer_base | protected int | m_wait_for_item_transaction_id | |
| uvm_component | task | main_phase ( uvm_phase phase ) | |
| uvm_component | function string | massage_scope ( string scope ) | |
| uvm_sequencer_base | int unsigned | max_random_count = 10; | |
| uvm_sequencer_base | int unsigned | max_random_depth = 4; | |
| uvm_sequencer_base | protected bit | m_default_seq_set | |
| uvm_component | typedef | m_verbosity_setting | |
| uvm_sequencer_param_base | protected int | num_last_items = m_num_last_reqs; | |
| uvm_sequencer_base | function int | num_sequences ( ) | |
| uvm_object | function int | pack ( ref bit bitstream[], input uvm_packer packer ) | |
| uvm_object | function int | pack_bytes ( ref byte unsigned bytestream[], input uvm_packer packer ) | |
| uvm_object | function int | pack_ints ( ref int unsigned intstream[], input uvm_packer packer ) | |
| uvm_sequencer | task | peek ( output REQ t ) | |
| uvm_component | function void | phase_ended ( uvm_phase phase ) | |
| uvm_component | function void | phase_ready_to_end ( uvm_phase phase ) | |
| uvm_component | function void | phase_started ( uvm_phase phase ) | |
| uvm_component | task | post_configure_phase ( uvm_phase phase ) | |
| uvm_component | task | post_main_phase ( uvm_phase phase ) | |
| uvm_component | task | post_reset_phase ( uvm_phase phase ) | |
| uvm_component | task | post_shutdown_phase ( uvm_phase phase ) | |
| uvm_component | virtual function void | pre_abort ( ) | |
| uvm_component | task | pre_configure_phase ( uvm_phase phase ) | |
| uvm_component | task | pre_main_phase ( uvm_phase phase ) | |
| uvm_component | task | pre_reset_phase ( uvm_phase phase ) | |
| uvm_component | task | pre_shutdown_phase ( uvm_phase phase ) | |
| uvm_object | function void | print ( uvm_printer printer = null ) | |
| uvm_component | function void | print_config ( bit recurse = 0, bit audit = 0 ) | |
| uvm_component | static bit | print_config_matches | |
| uvm_component | function void | print_config_settings ( string field = "", uvm_component comp = null, bit recurse = 0 ) | |
| uvm_component | function void | print_config_with_audit ( bit recurse = 0 ) | |
| uvm_component | bit | print_enabled = 1; | |
| uvm_component | function void | print_override_info ( string requested_type_name, string name = "" ) | |
| uvm_sequencer | task | put ( RSP t ) | |
| uvm_sequencer_param_base | function void | put_response ( RSP t ) | |
| uvm_component | virtual function void | raised ( uvm_objection objection, uvm_object source_obj, string description, int count ) | |
| svt_mem_sequencer | function void | reconfigure ( svt_configuration cfg ) | Reconfigure sequencer's memory instance with the new memory configuration object. |
| uvm_object | function void | record ( uvm_recorder recorder = null ) | |
| uvm_component | uvm_recorder | recorder | |
| uvm_component | int unsigned | recording_detail = UVM_NONE; | |
| uvm_component | function integer | record_error_tr ( string stream_name = "main", uvm_object info = null, string label = "error_tr", string desc = "", time error_time = 0, bit keep_active = 0 ) | |
| uvm_component | function integer | record_event_tr ( string stream_name = "main", uvm_object info = null, string label = "event_tr", string desc = "", time event_time = 0, bit keep_active = 0 ) | |
| uvm_sequencer_base | protected uvm_sequence_base | reg_sequences [int] | |
| uvm_sequencer_base | function void | remove_sequence ( string type_name ) | |
| uvm_component | function void | report ( ) | |
| svt_sequencer | uvm_report_object | reporter = this; | |
| uvm_report_object | virtual function bit | report_error_hook ( string id, string message, int verbosity, string filename, int line ) | |
| uvm_report_object | virtual function bit | report_fatal_hook ( string id, string message, int verbosity, string filename, int line ) | |
| uvm_report_object | virtual function void | report_header ( UVM_FILE file = 0 ) | |
| uvm_report_object | virtual function bit | report_hook ( string id, string message, int verbosity, string filename, int line ) | |
| uvm_report_object | virtual function bit | report_info_hook ( string id, string message, int verbosity, string filename, int line ) | |
| uvm_component | function void | report_phase ( uvm_phase phase ) | |
| uvm_report_object | virtual function void | report_summarize ( UVM_FILE file = 0 ) | |
| uvm_report_object | virtual function bit | report_warning_hook ( string id, string message, int verbosity, string filename, int line ) | |
| svt_reactive_sequencer | svt_mem_transaction | req_item_export | |
| uvm_sequencer_param_base | typedef | req_type | |
| uvm_component | task | reset_phase ( uvm_phase phase ) | |
| uvm_report_object | function void | reset_report_handler ( ) | |
| uvm_component | function void | resolve_bindings ( ) | |
| uvm_component | task | resume ( ) | |
| svt_reactive_sequencer | svt_debug_opts_analysis_port | rsp_ap | |
| uvm_sequencer_param_base | uvm_analysis_export | rsp_export | |
| uvm_sequencer_param_base | typedef | rsp_type | |
| uvm_component | task | run ( ) | |
| svt_sequencer | task | run_phase ( uvm_phase phase ) | Run phase |
| uvm_sequencer_param_base | function void | send_request ( uvm_sequence_base sequence_ptr, uvm_sequence_item t, bit rerandomize = 0 ) | |
| svt_reactive_sequencer | task | send_rsp ( input RSP rsp, input uvm_sequence_base seq ) | Send the response to the driver using a RSP instance. |
| uvm_sequencer | uvm_seq_item_pull_imp | seq_item_export | |
| uvm_sequencer | bit | sequence_item_requested | |
| uvm_sequencer_base | string | sequences [$] | |
| uvm_sequencer_base | protected int | sequence_ids [string] | |
| uvm_sequencer_base | rand protected int | seq_kind | |
| uvm_sequencer_base | enum | seq_req_t | |
| uvm_sequencer_base | typedef | seq_req_t | |
| uvm_sequencer_base | enum value | SEQ_TYPE_GRAB | |
| uvm_sequencer_base | enum value | SEQ_TYPE_LOCK | |
| uvm_sequencer_base | enum value | SEQ_TYPE_REQ | |
| uvm_sequencer_base | function void | set_arbitration ( SEQ_ARB_TYPE val ) | |
| uvm_component | function void | set_config_int ( string inst_name, string field_name, uvm_bitstream_t value ) | |
| uvm_component | function void | set_config_object ( string inst_name, string field_name, uvm_object value, bit clone = 1 ) | |
| uvm_component | function void | set_config_string ( string inst_name, string field_name, string value ) | |
| uvm_component | function void | set_domain ( uvm_domain domain, int hier = 1 ) | |
| uvm_component | function void | set_inst_override ( string relative_inst_path, string original_type_name, string override_type_name ) | |
| uvm_component | function void | set_inst_override_by_type ( string relative_inst_path, uvm_object_wrapper original_type, uvm_object_wrapper override_type ) | |
| uvm_component | function void | set_int_local ( string field_name, uvm_bitstream_t value, bit recurse = 1 ) | |
| uvm_component | function void | set_name ( string name ) | |
| uvm_sequencer_param_base | function void | set_num_last_reqs ( int unsigned max ) | |
| uvm_sequencer_param_base | function void | set_num_last_rsps ( int unsigned max ) | |
| uvm_object | function void | set_object_local ( string field_name, uvm_object value, bit clone = 1, bit recurse = 1 ) | |
| uvm_component | function void | set_phase_imp ( uvm_phase phase, uvm_phase imp, int hier = 1 ) | |
| uvm_report_object | function void | set_report_default_file ( UVM_FILE file ) | |
| uvm_component | function void | set_report_default_file_hier ( UVM_FILE file ) | |
| uvm_report_object | function void | set_report_handler ( uvm_report_handler handler ) | |
| uvm_report_object | function void | set_report_id_action ( string id, uvm_action action ) | |
| uvm_component | function void | set_report_id_action_hier ( string id, uvm_action action ) | |
| uvm_report_object | function void | set_report_id_file ( string id, UVM_FILE file ) | |
| uvm_component | function void | set_report_id_file_hier ( string id, UVM_FILE file ) | |
| uvm_report_object | function void | set_report_id_verbosity ( string id, int verbosity ) | |
| uvm_component | function void | set_report_id_verbosity_hier ( string id, int verbosity ) | |
| uvm_report_object | function void | set_report_max_quit_count ( int max_count ) | |
| uvm_report_object | function void | set_report_severity_action ( uvm_severity severity, uvm_action action ) | |
| uvm_component | function void | set_report_severity_action_hier ( uvm_severity severity, uvm_action action ) | |
| uvm_report_object | function void | set_report_severity_file ( uvm_severity severity, UVM_FILE file ) | |
| uvm_component | function void | set_report_severity_file_hier ( uvm_severity severity, UVM_FILE file ) | |
| uvm_report_object | function void | set_report_severity_id_action ( uvm_severity severity, string id, uvm_action action ) | |
| uvm_component | function void | set_report_severity_id_action_hier ( uvm_severity severity, string id, uvm_action action ) | |
| uvm_report_object | function void | set_report_severity_id_file ( uvm_severity severity, string id, UVM_FILE file ) | |
| uvm_component | function void | set_report_severity_id_file_hier ( uvm_severity severity, string id, UVM_FILE file ) | |
| uvm_report_object | function void | set_report_severity_id_override ( uvm_severity cur_severity, string id, uvm_severity new_severity ) | |
| uvm_report_object | function void | set_report_severity_id_verbosity ( uvm_severity severity, string id, int verbosity ) | |
| uvm_component | function void | set_report_severity_id_verbosity_hier ( uvm_severity severity, string id, int verbosity ) | |
| uvm_report_object | function void | set_report_severity_override ( uvm_severity cur_severity, uvm_severity new_severity ) | |
| uvm_report_object | function void | set_report_verbosity_level ( int verbosity_level ) | |
| uvm_component | function void | set_report_verbosity_level_hier ( int verbosity ) | |
| uvm_sequencer_base | function void | set_sequences_queue ( ref string sequencer_sequence_lib[$] ) | |
| uvm_object | function void | set_string_local ( string field_name, string value, bit recurse = 1 ) | |
| uvm_component | static function void | set_type_override ( string original_type_name, string override_type_name, bit replace = 1 ) | |
| uvm_component | static function void | set_type_override_by_type ( uvm_object_wrapper original_type, uvm_object_wrapper override_type, bit replace = 1 ) | |
| uvm_component | task | shutdown_phase ( uvm_phase phase ) | |
| uvm_object | function string | sprint ( uvm_printer printer = null ) | |
| uvm_sequencer_param_base | uvm_sequencer_analysis_fifo | sqr_rsp_analysis_fifo | |
| uvm_sequencer_base | task | start_default_sequence ( ) | |
| uvm_component | function void | start_of_simulation ( ) | |
| uvm_component | function void | start_of_simulation_phase ( uvm_phase phase ) | |
| uvm_sequencer_base | function void | start_phase_sequence ( uvm_phase phase ) | |
| uvm_component | function string | status ( ) | |
| uvm_component | task | stop ( string ph_name ) | |
| uvm_component | task | stop_phase ( uvm_phase phase ) | |
| uvm_sequencer | function void | stop_sequences ( ) | |
| uvm_component | task | suspend ( ) | |
| uvm_sequencer | typedef | this_type | |
| uvm_sequencer | task | try_next_item ( output REQ t ) | |
| svt_mem_sequencer | typedef | type_id | |
| svt_mem_sequencer | static const string | type_name = "svt_mem_sequencer"; | |
| svt_mem_sequencer | function void | __m_uvm_field_automation ( uvm_object tmp_data__, int what__, string str__ ) | |
| svt_mem_sequencer | function void | new ( string name = "svt_mem_sequencer", uvm_component parent = null, string suite_name = "" ) | CONSTRUCTOR: Create a new sequencer instance |
| uvm_sequencer_base | function void | ungrab ( uvm_sequence_base sequence_ptr ) | |
| uvm_sequencer_base | function void | unlock ( uvm_sequence_base sequence_ptr ) | |
| uvm_object | function int | unpack ( ref bit bitstream[], input uvm_packer packer ) | |
| uvm_object | function int | unpack_bytes ( ref byte unsigned bytestream[], input uvm_packer packer ) | |
| uvm_object | function int | unpack_ints ( ref int unsigned intstream[], input uvm_packer packer ) | |
| uvm_sequencer_base | function integer | user_priority_arbitration ( integer avail_sequences[$] ) | |
| uvm_object | static bit | use_uvm_seeding = 1; | |
| uvm_report_object | function int | uvm_get_max_verbosity ( ) | |
| uvm_report_object | virtual function void | uvm_report ( uvm_severity severity, string id, string message, int verbosity = UVM_NONE, string filename = "", int line = 0 ) | |
| uvm_report_object | function int | uvm_report_enabled ( int verbosity, uvm_severity severity = UVM_INFO, string id = "" ) | |
| uvm_report_object | virtual function void | uvm_report_error ( string id, string message, int verbosity = UVM_LOW, string filename = "", int line = 0 ) | |
| uvm_report_object | virtual function void | uvm_report_fatal ( string id, string message, int verbosity = UVM_NONE, string filename = "", int line = 0 ) | |
| uvm_report_object | virtual function void | uvm_report_info ( string id, string message, int verbosity = UVM_MEDIUM, string filename = "", int line = 0 ) | |
| uvm_report_object | virtual function void | uvm_report_warning ( string id, string message, int verbosity = UVM_MEDIUM, string filename = "", int line = 0 ) | |
| uvm_sequencer_base | task | wait_for_grant ( uvm_sequence_base sequence_ptr, int item_priority = -1, bit lock_request = 0 ) | |
| uvm_sequencer_base | task | wait_for_item_done ( uvm_sequence_base sequence_ptr, int transaction_id ) | |
| svt_reactive_sequencer | task | wait_for_req ( output REQ req, input uvm_sequence_base seq ) | Wait for a request from the reactive driver. Returns a REQ instance. |
| svt_reactive_sequencer | bit | wait_for_req_called = 0; | |
| uvm_sequencer_base | task | wait_for_sequences ( ) | |
| uvm_object | static uvm_status_container | __m_uvm_status_container = new; | |
| uvm_object | function string | get_name ( ) | |
| uvm_object | function void | reseed ( ) | |