This is the complete list of members for class svt_reactive_sequencer, including all inherited members.
| ovm_component | function void | accept_tr ( ovm_transaction tr, time accept_time = 0 ) | |
| ovm_sequencer | virtual function void | add_seq_cons_if ( string if_name ) | |
| ovm_sequencer_base | function void | add_sequence ( string type_name ) | |
| ovm_component | virtual task | all_dropped ( ovm_objection objection, ovm_object source_obj, int count ) | |
| ovm_sequencer_param_base | virtual function void | analysis_write ( ovm_sequence_item t ) | |
| ovm_component | function void | apply_config_settings ( bit verbose = 0 ) | |
| ovm_sequencer_base | protected bit | arb_completed [int] | |
| ovm_sequencer_base | protected seq_req_class | arb_sequence_q [$] | |
| ovm_report_object | function void | avm_report_error ( string id, string message, int verbosity = OVM_LOW, string filename = "", int line = 0 ) | |
| ovm_report_object | function void | avm_report_fatal ( string id, string message, int verbosity = OVM_NONE, string filename = "", int line = 0 ) | |
| ovm_report_object | function void | avm_report_message ( string id, string message, int verbosity = OVM_MEDIUM, string filename = "", int line = 0 ) | |
| ovm_report_object | function void | avm_report_warning ( string id, string message, int verbosity = OVM_MEDIUM, string filename = "", int line = 0 ) | |
| ovm_component | function integer | begin_child_tr ( ovm_transaction tr, integer parent_handle = 0, string stream_name = "main", string label = "", string desc = "", time begin_time = 0 ) | |
| ovm_component | function integer | begin_tr ( ovm_transaction tr, string stream_name = "main", string label = "", string desc = "", time begin_time = 0 ) | |
| svt_sequencer | function void | build ( ) | Build phase |
| 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. |
| ovm_component | function void | check ( ) | |
| ovm_component | function void | check_config_usage ( bit recurse = 1 ) | |
| ovm_sequencer_base | protected function int | choose_next_request ( ) | |
| ovm_component | function ovm_object | clone ( ) | |
| ovm_object | function bit | compare ( ovm_object rhs, ovm_comparer comparer = null ) | |
| ovm_component | function void | configure ( ) | |
| ovm_sequencer | function void | connect ( ) | |
| ovm_object | function string | convert2string ( ) | |
| ovm_object | function void | copy ( ovm_object rhs ) | |
| ovm_sequencer_base | int | count = -1; | |
| ovm_component | function ovm_object | create ( string name = "" ) | |
| ovm_component | function ovm_component | create_component ( string requested_type_name, string name ) | |
| ovm_component | function ovm_object | create_object ( string requested_type_name, string name = "" ) | |
| ovm_component | function ovm_component | create_unit ( string type_name, string inst_name ) | |
| ovm_sequencer_base | virtual function ovm_sequence_base | current_grabber ( ) | |
| svt_sequencer | ovm_objection | current_phase_objection | |
| ovm_sequencer_base | protected string | default_sequence = "ovm_random_sequence"; | |
| ovm_report_object | virtual function void | die ( ) | |
| ovm_sequencer_base | function string | display_queues ( ) | |
| ovm_component | protected function void | do_accept_tr ( ovm_transaction tr ) | |
| ovm_component | protected function void | do_begin_tr ( ovm_transaction tr, string stream_name, integer tr_handle ) | |
| ovm_object | function bit | do_compare ( ovm_object rhs, ovm_comparer comparer ) | |
| ovm_object | function void | do_copy ( ovm_object rhs ) | |
| ovm_component | protected function void | do_end_tr ( ovm_transaction tr, integer tr_handle ) | |
| ovm_component | function void | do_flush ( ) | |
| ovm_component | function void | do_func_phase ( ovm_phase phase ) | |
| ovm_component | function void | do_kill_all ( ) | |
| ovm_object | function void | do_pack ( ovm_packer packer ) | |
| ovm_sequencer_param_base | function void | do_print ( ovm_printer printer ) | |
| ovm_object | function void | do_record ( ovm_recorder recorder ) | |
| ovm_component | function void | do_resolve_bindings ( ) | |
| ovm_object | function string | do_sprint ( ovm_printer printer ) | |
| ovm_component | task | do_task_phase ( ovm_phase phase ) | |
| ovm_object | function void | do_unpack ( ovm_packer packer ) | |
| ovm_component | virtual function void | dropped ( ovm_objection objection, ovm_object source_obj, int count ) | |
| svt_sequencer | static protected svt_dropping_response_report_catcher | dropping_response_catcher | |
| ovm_report_object | function void | dump_report_state ( ) | |
| ovm_component | protected int | enable_stop_interrupt = 0; | |
| ovm_component | function void | end_of_elaboration ( ) | |
| ovm_component | function void | end_tr ( ovm_transaction tr, time end_time = 0, bit free_handle = 1 ) | |
| ovm_component | protected ovm_object_string_pool | event_pool | |
| svt_reactive_sequencer | task | execute_item ( ovm_sequence_item item ) | Generate an error if called. |
| ovm_component | function void | export_connections ( ) | |
| ovm_component | function void | extract ( ) | |
| ovm_component | static function ovm_component | find_component ( string comp_match ) | |
| ovm_component | static function void | find_components ( string comp_match, ref ovm_component comps[$] ) | |
| svt_sequencer | function ovm_agent | find_first_agent ( ovm_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. |
| ovm_sequencer_base | protected function ovm_sequence_base | find_sequence ( int sequence_id ) | |
| ovm_component | function void | flush ( ) | |
| ovm_sequencer | task | get ( output REQ t ) | |
| svt_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_monitor classes. This method returns a reference to the configuration rather than a copy. |
| ovm_component | function ovm_component | get_child ( string name ) | |
| ovm_component | static function ovm_component | get_component ( int ele ) | |
| ovm_component | function bit | get_config_int ( string field_name, inout ovm_bitstream_t value ) | |
| ovm_component | function bit | get_config_object ( string field_name, inout ovm_object value, input bit clone ) | |
| ovm_component | function bit | get_config_string ( string field_name, inout string value ) | |
| ovm_sequencer_param_base | function REQ | get_current_item ( ) | |
| 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. |
| ovm_component | function int | get_first_child ( ref string name ) | |
| ovm_component | function string | get_full_name ( ) | |
| ovm_object | static function int | get_inst_count ( ) | |
| ovm_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. |
| ovm_object | function string | get_name ( ) | |
| ovm_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. |
| ovm_sequencer | bit | get_next_item_called = 0; | |
| ovm_component | function int | get_num_children ( ) | |
| ovm_component | static function int | get_num_components ( ) | |
| ovm_sequencer_param_base | function unsigned int | get_num_last_reqs ( ) | |
| ovm_sequencer_param_base | function unsigned int | get_num_last_rsps ( ) | |
| ovm_sequencer_param_base | function int | get_num_reqs_sent ( ) | |
| ovm_sequencer_param_base | function int | get_num_rsps_received ( ) | |
| ovm_object | function ovm_object_wrapper | get_object_type ( ) | |
| ovm_component | function ovm_component | get_parent ( ) | |
| ovm_report_object | function int | get_report_action ( ovm_severity severity, string id ) | |
| ovm_report_object | function int | get_report_file_handle ( ovm_severity severity, string id ) | |
| ovm_report_object | function ovm_report_handler | get_report_handler ( ) | |
| ovm_report_object | function ovm_report_server | get_report_server ( ) | |
| ovm_report_object | function int | get_report_verbosity_level ( ) | |
| 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. |
| ovm_object | static function ovm_object_wrapper | get_type ( ) | |
| ovm_sequencer | virtual function string | get_type_name ( ) | |
| ovm_sequencer_base | function SEQ_ARB_TYPE | get_arbitration ( ) | |
| ovm_sequencer_base | protected function int | get_seq_item_priority ( seq_req_class seq_q_entry ) | |
| ovm_sequencer_base | function int | get_seq_kind ( string type_name ) | |
| ovm_sequencer_base | function ovm_sequence_base | get_sequence ( int req_kind ) | |
| ovm_component | static function void | global_stop_request ( ) | |
| ovm_sequencer_base | virtual task | grab ( ovm_sequence_base sequence_ptr ) | |
| ovm_sequencer_base | protected function void | grant_queued_locks ( ) | |
| ovm_component | function int | has_child ( string name ) | |
| ovm_sequencer_base | virtual function bit | has_do_available ( ) | |
| ovm_sequencer_base | function bit | has_lock ( ovm_sequence_base sequence_ptr ) | |
| ovm_component | function void | import_connections ( ) | |
| ovm_object | static function ovm_status_container | init_status ( ) | |
| ovm_sequencer_base | function bit | is_blocked ( ovm_sequence_base sequence_ptr ) | |
| ovm_sequencer_base | function bit | is_child ( ovm_sequence_base parent, ovm_sequence_base child ) | |
| ovm_sequencer_base | virtual function bit | is_grabbed ( ) | |
| ovm_sequencer_base | function bit | is_locked ( ovm_sequence_base sequence_ptr ) | |
| 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. |
| ovm_sequencer | virtual function void | item_done ( RSP item = null ) | |
| ovm_sequencer | function RSP | item_done_get_trigger_data ( ) | |
| ovm_sequencer | function void | item_done_trigger ( RSP item = null ) | |
| ovm_component | function void | kill ( ) | |
| ovm_sequencer_base | function void | kill_sequence ( ovm_sequence_base sequence_ptr ) | |
| ovm_sequencer_param_base | function ovm_sequence_item | last ( int unsigned n ) | |
| ovm_sequencer_param_base | function REQ | last_req ( int unsigned n = 0 ) | |
| ovm_sequencer_param_base | function RSP | last_rsp ( int unsigned n = 0 ) | |
| ovm_sequencer_base | virtual task | lock ( ovm_sequence_base sequence_ptr ) | |
| ovm_sequencer_base | protected ovm_sequence_base | lock_list [$] | |
| ovm_component | function ovm_component | lookup ( string name ) | |
| ovm_sequencer_param_base | virtual function void | m_add_builtin_seqs ( bit add_simple = 1 ) | |
| ovm_sequencer_base | protected int | m_arb_size | |
| ovm_component | protected function integer | m_begin_tr ( ovm_transaction tr, integer parent_handle = 0, bit has_parent = 0, string stream_name = "main", string label = "", string desc = "", time begin_time = 0 ) | |
| ovm_component | protected bit | m_build_done = 0; | |
| ovm_component | protected ovm_component | m_children [string] | |
| ovm_component | protected ovm_component | m_children_by_handle [ ovm_component ] | |
| ovm_component | static bit | m_config_set = 1; | |
| ovm_component | protected ovm_config_setting | m_configuration_table [$] | |
| ovm_component | ovm_phase | m_curr_phase = null; | |
| ovm_object | static protected function void | m_delete_field_array ( ) | |
| ovm_object | protected function int | m_do_data ( string arg, inout ovm_bitstream_t lhs, input ovm_bitstream_t rhs, int what, int bits, int flag ) | |
| ovm_object | protected function int | m_do_data_object ( string arg, inout ovm_object lhs, input ovm_object rhs, int what, int flag ) | |
| ovm_object | protected function int | m_do_data_real ( string arg, inout real lhs, input real rhs, int what, int flag ) | |
| ovm_object | protected function int | m_do_data_string ( string arg, inout string lhs, input string rhs, int what, int flag ) | |
| ovm_object | protected function void | m_do_field_check ( string field ) | |
| ovm_object | protected function int | m_do_set ( string match, string arg, inout ovm_bitstream_t lhs, input int what, int flag ) | |
| ovm_object | protected function int | m_do_set_object ( string match, string arg, inout ovm_object lhsobj, input int what, int flag ) | |
| ovm_object | protected function int | m_do_set_string ( string match, string arg, inout string lhs, input int what, int flag ) | |
| ovm_sequencer_base | int | m_exhaustive_count = 0; | |
| ovm_object | static protected int | m_field_array [string] | |
| ovm_object | function void | m_field_automation ( ovm_object tmp_data__, int what__, string str__ ) | |
| ovm_sequencer | protected virtual function int | m_find_number_driver_connections ( ) | |
| ovm_object | protected function string | m_get_function_type ( int what ) | |
| ovm_report_object | protected virtual function ovm_report_object | m_get_report_object ( ) | |
| ovm_object | static function ovm_status_container | m_get_status ( ) | |
| ovm_object | static protected int | m_inst_count = 0; | |
| ovm_sequencer_base | int | m_is_relevant_completed | |
| ovm_component | protected event | m_kill_request | |
| ovm_sequencer_param_base | ovm_sequence_item | m_last_req_buffer [$] | |
| ovm_sequencer_param_base | function void | m_last_req_push_front ( REQ item ) | |
| ovm_sequencer_param_base | RSP | m_last_rsp_buffer [$] | |
| ovm_sequencer_param_base | function void | m_last_rsp_push_front ( RSP item ) | |
| ovm_sequencer_base | protected int | m_lock_arb_size | |
| ovm_component | string | m_name | |
| ovm_sequencer_param_base | protected int | m_num_last_reqs = 1; | |
| ovm_sequencer_param_base | protected int | m_num_last_rsps = 1; | |
| ovm_sequencer_param_base | protected int | m_num_reqs_sent = 0; | |
| ovm_sequencer_param_base | protected int | m_num_rsps_received = 0; | |
| ovm_component | ovm_component | m_parent | |
| svt_sequencer | bit | manage_objection = 1; | |
| ovm_component | protected process | m_phase_process | |
| ovm_sequencer_base | int | m_random_count = 0; | |
| ovm_object | protected function void | m_record_field_object ( string arg, ovm_object value, ovm_recorder recorder = null, int flag = OVM_DEFAULT ) | |
| ovm_sequencer_param_base | ovm_sequence_item | m_req_fifo | |
| ovm_report_object | ovm_report_handler | m_rh | |
| svt_sequencer | task | m_run_phase_sequence ( string name, svt_phase phase, bit sync = 1 ) | |
| ovm_object | static protected ovm_status_container | m_sc = init_status; | |
| ovm_sequencer_base | protected int | m_sequencer_id | |
| ovm_sequencer_base | protected int | m_seq_item_port_connect_size | |
| ovm_sequencer_base | int | m_simple_count = 0; | |
| ovm_sequencer_base | protected function void | m_update_lists ( ) | |
| ovm_sequencer_base | protected task | m_wait_arb_not_equal ( ) | |
| ovm_sequencer_base | protected int | m_wait_for_item_sequence_id | |
| ovm_sequencer_base | protected int | m_wait_for_item_transaction_id | |
| ovm_sequencer_base | int unsigned | max_random_count = 10; | |
| ovm_sequencer_base | int unsigned | max_random_depth = 4; | |
| svt_reactive_sequencer | function void | new ( string name, ovm_component parent, string suite_name ) | CONSTRUCTOR: Create a new sequencer instance, passing the appropriate argument values to the `SVT_XVM(sequencer) parent class. |
| ovm_sequencer_param_base | protected int | num_last_items = m_num_last_reqs; | |
| ovm_sequencer_base | function int | num_sequences ( ) | |
| ovm_report_object | function int | ovm_get_max_verbosity ( ) | |
| ovm_report_object | function int | ovm_report_enabled ( int verbosity, ovm_severity severity = OVM_INFO, string id = "" ) | |
| ovm_report_object | virtual function void | ovm_report_error ( string id, string message, int verbosity = OVM_LOW, string filename = "", int line = 0 ) | |
| ovm_report_object | virtual function void | ovm_report_fatal ( string id, string message, int verbosity = OVM_NONE, string filename = "", int line = 0 ) | |
| ovm_report_object | virtual function void | ovm_report_info ( string id, string message, int verbosity = OVM_MEDIUM, string filename = "", int line = 0 ) | |
| ovm_report_object | virtual function void | ovm_report_warning ( string id, string message, int verbosity = OVM_MEDIUM, string filename = "", int line = 0 ) | |
| ovm_object | function int | pack ( ref bit bitstream[], input ovm_packer packer ) | |
| ovm_object | function int | pack_bytes ( ref byte unsigned bytestream[], input ovm_packer packer ) | |
| ovm_object | function int | pack_ints ( ref int unsigned intstream[], input ovm_packer packer ) | |
| ovm_sequencer | task | peek ( output REQ t ) | |
| ovm_component | function void | post_new ( ) | |
| ovm_sequencer_base | int unsigned | pound_zero_count = 6; | |
| ovm_component | function void | pre_run ( ) | |
| ovm_object | function void | print ( ovm_printer printer = null ) | |
| ovm_component | static bit | print_config_matches = 0; | |
| ovm_component | function void | print_config_settings ( string field = "", ovm_component comp = null, bit recurse = 0 ) | |
| ovm_component | bit | print_enabled = 1; | |
| ovm_object | static function void | print_field_match ( string fnc, string match ) | |
| ovm_object | static bit | print_matches = 0; | |
| ovm_component | function void | print_override_info ( string requested_type_name, string name = "" ) | |
| ovm_sequencer | virtual task | put ( RSP t ) | |
| ovm_sequencer_param_base | function void | put_response ( RSP t ) | |
| ovm_component | virtual function void | raised ( ovm_objection objection, ovm_object source_obj, int count ) | |
| svt_reactive_sequencer | function void | reactive_sequencer_set_item_context ( ovm_sequence_item seq, ovm_sequence_base parent_seq, ovm_sequencer_base sequencer = null ) | Wait for a request from the reactive driver. Returns a REQ instance. |
| svt_sequencer | function void | reconfigure ( svt_configuration cfg ) | Updates the sequencer's configuration with data from the supplied object. This method always results in a call to change_dynamic_cfg. If the sequencer has not been started calling this method also results in a call to change_static_cfg. |
| ovm_object | function void | record ( ovm_recorder recorder = null ) | |
| ovm_component | int unsigned | recording_detail = OVM_NONE; | |
| ovm_component | function integer | record_error_tr ( string stream_name = "main", ovm_object info = null, string label = "error_tr", string desc = "", time error_time = 0, bit keep_active = 0 ) | |
| ovm_component | function integer | record_event_tr ( string stream_name = "main", ovm_object info = null, string label = "event_tr", string desc = "", time event_time = 0, bit keep_active = 0 ) | |
| ovm_sequencer_base | protected ovm_sequence_base | reg_sequences [int] | |
| ovm_sequencer_base | virtual function int | register_sequence ( ovm_sequence_base sequence_ptr ) | |
| ovm_sequencer_base | function void | remove_sequence ( string type_name ) | |
| ovm_component | function void | report ( ) | |
| svt_sequencer | ovm_report_object | reporter = this; | |
| ovm_report_object | virtual function bit | report_error_hook ( string id, string message, int verbosity, string filename, int line ) | |
| ovm_report_object | virtual function bit | report_fatal_hook ( string id, string message, int verbosity, string filename, int line ) | |
| ovm_report_object | virtual function void | report_header ( OVM_FILE file = 0 ) | |
| ovm_report_object | virtual function bit | report_hook ( string id, string message, int verbosity, string filename, int line ) | |
| ovm_report_object | virtual function bit | report_info_hook ( string id, string message, int verbosity, string filename, int line ) | |
| ovm_report_object | virtual function void | report_summarize ( OVM_FILE file = 0 ) | |
| ovm_report_object | virtual function bit | report_warning_hook ( string id, string message, int verbosity, string filename, int line ) | |
| svt_reactive_sequencer | ovm_blocking_get_port | req_item_export | Blocking get port, transporting REQ-type instances. It is named with the _export suffix to match the seq_item_export inherited from the base class. |
| ovm_object | function void | reseed ( ) | |
| ovm_report_object | function void | reset_report_handler ( ) | |
| ovm_component | function void | resolve_bindings ( ) | |
| ovm_component | task | restart ( ) | |
| ovm_component | task | resume ( ) | |
| svt_reactive_sequencer | svt_debug_opts_analysis_port | rsp_ap | Analysis port that published RSP instances. |
| ovm_sequencer_param_base | ovm_analysis_export | rsp_export | |
| svt_sequencer | task | run ( ) | Run phase |
| ovm_sequencer_param_base | virtual function void | send_request ( ovm_sequence_base sequence_ptr, ovm_sequence_item t, bit rerandomize = 0 ) | |
| svt_reactive_sequencer | task | send_rsp ( input RSP rsp, input ovm_sequence_base seq ) | Send the response to the driver using a RSP instance. |
| ovm_sequencer | ovm_seq_cons_if | seq_cons_if [string] | |
| ovm_sequencer | ovm_seq_item_pull_imp | seq_item_cons_if | |
| ovm_sequencer | ovm_seq_item_pull_imp | seq_item_export | |
| ovm_sequencer | ovm_seq_prod_if | seq_prod_if | |
| ovm_sequencer | bit | sequence_item_requested = 0; | |
| ovm_sequencer_base | string | sequences [$] | |
| ovm_sequencer_base | function void | sequence_exiting ( ovm_sequence_base sequence_ptr ) | |
| ovm_sequencer_base | protected int | sequence_ids [string] | |
| ovm_sequencer_base | rand protected int | seq_kind | |
| ovm_sequencer_base | function void | set_arbitration ( SEQ_ARB_TYPE val ) | |
| ovm_sequencer_base | function void | set_arbitration_completed ( int request_id ) | |
| ovm_component | function void | set_config_int ( string inst_name, string field_name, ovm_bitstream_t value ) | |
| ovm_component | function void | set_config_object ( string inst_name, string field_name, ovm_object value, bit clone = 1 ) | |
| ovm_component | function void | set_config_string ( string inst_name, string field_name, string value ) | |
| ovm_component | function void | set_inst_override ( string relative_inst_path, string original_type_name, string override_type_name ) | |
| ovm_component | function void | set_inst_override_by_type ( string relative_inst_path, ovm_object_wrapper original_type, ovm_object_wrapper override_type ) | |
| ovm_component | function void | set_int_local ( string field_name, ovm_bitstream_t value, bit recurse = 1 ) | |
| ovm_component | function void | set_name ( string name ) | |
| ovm_sequencer_param_base | function void | set_num_last_items ( int unsigned max ) | |
| ovm_sequencer_param_base | function void | set_num_last_reqs ( int unsigned max ) | |
| ovm_sequencer_param_base | function void | set_num_last_rsps ( int unsigned max ) | |
| ovm_object | function void | set_object_local ( string field_name, ovm_object value, bit clone = 1, bit recurse = 1 ) | |
| ovm_report_object | function void | set_report_default_file ( OVM_FILE file ) | |
| ovm_component | function void | set_report_default_file_hier ( OVM_FILE file ) | |
| ovm_report_object | function void | set_report_handler ( ovm_report_handler handler ) | |
| ovm_report_object | function void | set_report_id_action ( string id, ovm_action action ) | |
| ovm_component | function void | set_report_id_action_hier ( string id, ovm_action action ) | |
| ovm_report_object | function void | set_report_id_file ( string id, OVM_FILE file ) | |
| ovm_component | function void | set_report_id_file_hier ( string id, OVM_FILE file ) | |
| ovm_report_object | function void | set_report_max_quit_count ( int max_count ) | |
| ovm_report_object | function void | set_report_severity_action ( ovm_severity severity, ovm_action action ) | |
| ovm_component | function void | set_report_severity_action_hier ( ovm_severity severity, ovm_action action ) | |
| ovm_report_object | function void | set_report_severity_file ( ovm_severity severity, OVM_FILE file ) | |
| ovm_component | function void | set_report_severity_file_hier ( ovm_severity severity, OVM_FILE file ) | |
| ovm_report_object | function void | set_report_severity_id_action ( ovm_severity severity, string id, ovm_action action ) | |
| ovm_component | function void | set_report_severity_id_action_hier ( ovm_severity severity, string id, ovm_action action ) | |
| ovm_report_object | function void | set_report_severity_id_file ( ovm_severity severity, string id, OVM_FILE file ) | |
| ovm_component | function void | set_report_severity_id_file_hier ( ovm_severity severity, string id, OVM_FILE file ) | |
| ovm_report_object | function void | set_report_verbosity_level ( int verbosity_level ) | |
| ovm_component | function void | set_report_verbosity_level_hier ( int verbosity ) | |
| ovm_sequencer_base | function void | set_sequences_queue ( ref string sequencer_sequence_lib[$] ) | |
| ovm_object | function void | set_string_local ( string field_name, string value, bit recurse = 1 ) | |
| ovm_component | static function void | set_type_override ( string original_type_name, string override_type_name, bit replace = 1 ) | |
| ovm_component | static function void | set_type_override_by_type ( ovm_object_wrapper original_type, ovm_object_wrapper override_type, bit replace = 1 ) | |
| ovm_object | function string | sprint ( ovm_printer printer = null ) | |
| ovm_sequencer_param_base | sequencer_analysis_fifo | sqr_rsp_analysis_fifo | |
| ovm_sequencer_param_base | virtual task | start_default_sequence ( ) | |
| ovm_component | function void | start_of_simulation ( ) | |
| ovm_sequencer_base | virtual task | start_sequence ( ovm_sequence_base seq_base ) | |
| ovm_component | function string | status ( ) | |
| ovm_component | task | stop ( string ph_name ) | |
| ovm_sequencer | virtual function void | stop_sequences ( ) | |
| ovm_component | task | suspend ( ) | |
| ovm_sequencer | typedef | this_type | |
| ovm_sequencer | virtual task | try_next_item ( output REQ t ) | |
| ovm_sequencer_base | virtual function void | ungrab ( ovm_sequence_base sequence_ptr ) | |
| ovm_sequencer_base | virtual function void | unlock ( ovm_sequence_base sequence_ptr ) | |
| ovm_sequencer_base | function void | unlock_req ( ovm_sequence_base sequence_ptr ) | |
| ovm_object | function int | unpack ( ref bit bitstream[], input ovm_packer packer ) | |
| ovm_object | function int | unpack_bytes ( ref byte unsigned bytestream[], input ovm_packer packer ) | |
| ovm_object | function int | unpack_ints ( ref int unsigned intstream[], input ovm_packer packer ) | |
| ovm_sequencer_base | protected virtual function void | unregister_sequence ( int sequence_id ) | |
| ovm_sequencer_base | virtual function integer | user_priority_arbitration ( integer avail_sequences[$] ) | |
| ovm_object | static bit | use_ovm_seeding = 1; | |
| ovm_sequencer_base | task | wait_for_arbitration_completed ( int request_id ) | |
| ovm_sequencer_base | protected task | wait_for_available_sequence ( ) | |
| ovm_sequencer_base | virtual task | wait_for_grant ( ovm_sequence_base sequence_ptr, int item_priority = -1, bit lock_request = 0 ) | |
| ovm_sequencer_base | virtual task | wait_for_item_done ( ovm_sequence_base sequence_ptr, int transaction_id ) | |
| svt_reactive_sequencer | task | wait_for_req ( output REQ req, input ovm_sequence_base seq ) | Wait for a request from the reactive driver. Returns a REQ instance. |
| svt_reactive_sequencer | bit | wait_for_req_called = 0; | |
| ovm_sequencer_base | virtual task | wait_for_sequences ( ) | |