How to download VIP smartsearch?
DESIGNWARE_HOMEto required designware home location where VIP Smartsearch should be downloaded.
vip_smartsearch_<version>.runfile.
$DESIGNWARE_HOME/vip/svt/vip_smartsearch/<version>
How to install VIP Smartsearch?
Please refer to the fileVIP_Smartsearch_installation_and_usage_guide.pdfin
$DESIGNWARE_HOME/vip/svt/vip_smartsearch/<version>for installation steps.
Customer Support
For more details about VIP smartsearch tool, contact support_center@synopsys.com.Inheritance diagram for class ovm_component:
Public Member Functions | |
| function void | accept_tr ( ovm_transaction tr, time accept_time = 0 ) |
| virtual task | all_dropped ( ovm_objection objection, ovm_object source_obj, int count ) |
| function void | apply_config_settings ( bit verbose = 0 ) |
| function integer | begin_child_tr ( ovm_transaction tr, integer parent_handle = 0, string stream_name = "main", string label = "", string desc = "", time begin_time = 0 ) |
| function integer | begin_tr ( ovm_transaction tr, string stream_name = "main", string label = "", string desc = "", time begin_time = 0 ) |
| function void | build ( ) |
| function void | check ( ) |
| function void | check_config_usage ( bit recurse = 1 ) |
| function ovm_object | clone ( ) |
| function void | configure ( ) |
| function void | connect ( ) |
| function ovm_object | create ( string name = "" ) |
| function ovm_component | create_component ( string requested_type_name, string name ) |
| function ovm_object | create_object ( string requested_type_name, string name = "" ) |
| function ovm_component | create_unit ( string type_name, string inst_name ) |
| function void | do_flush ( ) |
| function void | do_func_phase ( ovm_phase phase ) |
| function void | do_kill_all ( ) |
| function void | do_print ( ovm_printer printer ) |
| function void | do_resolve_bindings ( ) |
| task | do_task_phase ( ovm_phase phase ) |
| virtual function void | dropped ( ovm_objection objection, ovm_object source_obj, int count ) |
| function void | end_of_elaboration ( ) |
| function void | end_tr ( ovm_transaction tr, time end_time = 0, bit free_handle = 1 ) |
| function void | export_connections ( ) |
| function void | extract ( ) |
| static function ovm_component | find_component ( string comp_match ) |
| static function void | find_components ( string comp_match, ref ovm_component comps[$] ) |
| function void | flush ( ) |
| function ovm_component | get_child ( string name ) |
| static function ovm_component | get_component ( int ele ) |
| function bit | get_config_int ( string field_name, inout ovm_bitstream_t value ) |
| function bit | get_config_object ( string field_name, inout ovm_object value, input bit clone ) |
| function bit | get_config_string ( string field_name, inout string value ) |
| function int | get_first_child ( ref string name ) |
| function string | get_full_name ( ) |
| function int | get_next_child ( ref string name ) |
| function int | get_num_children ( ) |
| static function int | get_num_components ( ) |
| function ovm_component | get_parent ( ) |
| static function void | global_stop_request ( ) |
| function int | has_child ( string name ) |
| function void | import_connections ( ) |
| function void | kill ( ) |
| function ovm_component | lookup ( string name ) |
| function void | new ( string name, ovm_component parent ) |
| function void | post_new ( ) |
| function void | pre_run ( ) |
| function void | print_config_settings ( string field = "", ovm_component comp = null, bit recurse = 0 ) |
| function void | print_override_info ( string requested_type_name, string name = "" ) |
| virtual function void | raised ( ovm_objection objection, ovm_object source_obj, int count ) |
| 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 ) |
| 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 ) |
| function void | report ( ) |
| function void | resolve_bindings ( ) |
| task | restart ( ) |
| task | resume ( ) |
| task | run ( ) |
| function void | set_config_int ( string inst_name, string field_name, ovm_bitstream_t value ) |
| function void | set_config_object ( string inst_name, string field_name, ovm_object value, bit clone = 1 ) |
| function void | set_config_string ( string inst_name, string field_name, string value ) |
| function void | set_inst_override ( string relative_inst_path, string original_type_name, string override_type_name ) |
| function void | set_inst_override_by_type ( string relative_inst_path, ovm_object_wrapper original_type, ovm_object_wrapper override_type ) |
| function void | set_int_local ( string field_name, ovm_bitstream_t value, bit recurse = 1 ) |
| function void | set_name ( string name ) |
| function void | set_report_default_file_hier ( OVM_FILE file ) |
| function void | set_report_id_action_hier ( string id, ovm_action action ) |
| function void | set_report_id_file_hier ( string id, OVM_FILE file ) |
| function void | set_report_severity_action_hier ( ovm_severity severity, ovm_action action ) |
| function void | set_report_severity_file_hier ( ovm_severity severity, OVM_FILE file ) |
| function void | set_report_severity_id_action_hier ( ovm_severity severity, string id, ovm_action action ) |
| function void | set_report_severity_id_file_hier ( ovm_severity severity, string id, OVM_FILE file ) |
| function void | set_report_verbosity_level_hier ( int verbosity ) |
| static function void | set_type_override ( string original_type_name, string override_type_name, bit replace = 1 ) |
| static function void | set_type_override_by_type ( ovm_object_wrapper original_type, ovm_object_wrapper override_type, bit replace = 1 ) |
| function void | start_of_simulation ( ) |
| function string | status ( ) |
| task | stop ( string ph_name ) |
| task | suspend ( ) |
Public Attributes | |
| static bit | m_config_set = 1; |
| ovm_phase | m_curr_phase = null; |
| string | m_name |
| ovm_component | m_parent |
| static bit | print_config_matches = 0; |
| bit | print_enabled = 1; |
| int unsigned | recording_detail = OVM_NONE; |
Protected Member Functions | |
| function void | do_accept_tr ( ovm_transaction tr ) |
| function void | do_begin_tr ( ovm_transaction tr, string stream_name, integer tr_handle ) |
| function void | do_end_tr ( ovm_transaction tr, integer tr_handle ) |
| 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 ) |
Protected Attributes | |
| protected int | enable_stop_interrupt = 0; |
| protected ovm_object_string_pool | event_pool |
| protected bit | m_build_done = 0; |
| protected ovm_component | m_children [string] |
| protected ovm_component | m_children_by_handle [ ovm_component ] |
| protected ovm_config_setting | m_configuration_table [$] |
| protected event | m_kill_request |
| protected process | m_phase_process |
|
|
||||
|
|
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
||||
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||
|
|
|
||||||
|
|
|
||||||
|
|
|
|
||||||||||||
|
|
|
|
||||||||
|
|
|
|
|
|
|
|
||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||
|
|
|
|
||||||||||||||
|
|
||||
|
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
||||
|
|
||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||
|
|
|
|
|
|
|
|