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.Global Functions | |
| function string | getenv ( input string envname ) |
| function void | global_stop_request ( ) |
| task | run_test ( string test_name = "" ) |
| function void | set_config_int ( string inst_name, string field_name, uvm_bitstream_t value ) |
| function void | set_config_object ( string inst_name, string field_name, uvm_object value, bit clone = 1 ) |
| function void | set_config_string ( string inst_name, string field_name, string value ) |
| function void | set_global_stop_timeout ( time timeout ) |
| function void | set_global_timeout ( time timeout, bit overridable = 1 ) |
| function int | SLI_Terminate ( ) |
| function int | stat ( input string fname, output int buff[1000] ) |
| function function | svt_fuzzy_real_compare ( real lhs, real rhs, real precision = 0.000001 ) |
| function void | svt_mem_sa_physical_address_init ( int unsigned phys_addr[6] ) |
| function int | svt_mem_sa_record_file_data ( input int svt_mem_core_id, input longint unsigned addr, input bit [SVT_MEM_MAX_DATA_WIDTH-1:0] data ) |
| function int | svt_mem_sa_record_file_data4 ( input int svt_mem_core_id, input longint unsigned addr, input logic [SVT_MEM_MAX_DATA_WIDTH-1:0] data ) |
| function int | svt_mem_sa_record_wrmasked_data ( input int svt_mem_core_id, input bit [SVT_MEM_MAX_DATA_WIDTH-1:0] data ) |
| function int | svt_mem_sa_record_wrmasked_data4 ( input int svt_mem_core_id, input logic [SVT_MEM_MAX_DATA_WIDTH-1:0] data ) |
| task | svt_wait_for_nba_region ( ) |
| function string | uvm_bits_to_string ( logic [0:0] str ) |
| function unsigned int | uvm_create_random_seed ( string type_id, string inst_id = "" ) |
| function string | uvm_dpi_get_next_arg ( ) |
| function string | uvm_dpi_get_next_arg_c ( ) |
| function string | uvm_dpi_get_tool_name ( ) |
| function string | uvm_dpi_get_tool_name_c ( ) |
| function string | uvm_dpi_get_tool_version ( ) |
| function string | uvm_dpi_get_tool_version_c ( ) |
| function chandle | uvm_dpi_regcomp ( string regex ) |
| function int | uvm_dpi_regexec ( chandle preg, string str ) |
| function void | uvm_dpi_regfree ( chandle preg ) |
| function void | uvm_dump_re_cache ( ) |
| function int | uvm_get_array_index_int ( string arg, output bit is_wildcard ) |
| function string | uvm_get_array_index_string ( string arg, output bit is_wildcard ) |
| function string | uvm_glob_to_re ( string glob ) |
| function function | uvm_has_wildcard ( string arg ) |
| function int | uvm_hdl_check_path ( string path ) |
| function string | uvm_hdl_concat2string ( uvm_hdl_path_concat concat ) |
| function int | uvm_hdl_deposit ( string path, uvm_hdl_data_t value ) |
| function int | uvm_hdl_force ( string path, uvm_hdl_data_t value ) |
| task | uvm_hdl_force_time ( string path, uvm_hdl_data_t value, time force_time = 0 ) |
| function int | uvm_hdl_read ( string path, output uvm_hdl_data_t value ) |
| function int | uvm_hdl_release ( string path ) |
| function int | uvm_hdl_release_and_read ( string path, inout uvm_hdl_data_t value ) |
| function string | uvm_instance_scope ( ) |
| function bit | uvm_is_array ( string arg ) |
| function bit | uvm_is_match ( string expr, string str ) |
| function string | uvm_leaf_scope ( string full_name, byte scope_separator = "." ) |
| function string | uvm_object_value_str ( uvm_object v ) |
| function unsigned int | uvm_oneway_hash ( string string_in, int unsigned seed = 0 ) |
| function string | uvm_radix_to_string ( uvm_radix_enum radix ) |
| function int | uvm_re_match ( string re, string str ) |
| function void | uvm_report ( uvm_severity severity, string id, string message, int verbosity = UVM_NONE, string filename = "", int line = 0 ) |
| function bit | uvm_report_enabled ( int verbosity, uvm_severity severity = UVM_INFO, string id = "" ) |
| function void | uvm_report_error ( string id, string message, int verbosity = UVM_LOW, string filename = "", int line = 0 ) |
| function void | uvm_report_fatal ( string id, string message, int verbosity = UVM_NONE, string filename = "", int line = 0 ) |
| function void | uvm_report_info ( string id, string message, int verbosity = UVM_MEDIUM, string filename = "", int line = 0 ) |
| function void | uvm_report_warning ( string id, string message, int verbosity = UVM_MEDIUM, string filename = "", int line = 0 ) |
| function string | uvm_revision_string ( ) |
| function void | uvm_split_string ( string str, byte sep, ref string values[$] ) |
| function function | uvm_string_to_action ( string action_str, output uvm_action action ) |
| function logic [1:0] | uvm_string_to_bits ( string str ) |
| function bit | uvm_string_to_severity ( string sev_str, output uvm_severity sev ) |
| function string | uvm_vector_to_string ( uvm_bitstream_t value, int size, uvm_radix_enum radix = UVM_NORADIX, string radix_str = "" ) |
| task | uvm_wait_for_nba_region ( ) |
Global Variables | |
| uvm_phase | build_ph |
| uvm_phase | check_ph |
| uvm_phase | connect_ph |
| uvm_phase | end_of_elaboration_ph |
| uvm_phase | extract_ph |
| const uvm_factory | factory = uvm_factory; |
| uvm_phase | report_ph |
| const uvm_report_object | reporter = uvm_root; |
| uvm_phase | run_ph |
| uvm_phase | start_of_simulation_ph |
| const string | s_connection_error_id = "Connection Error"; |
| const string | s_connection_warning_id = "Connection Warning"; |
| const string | s_spaces = " "; |
| uvm_event | svt_seq_started = new; |
| string | uvm_aa_string_key |
| parameter | UVM_ABSTRACT = 1 << 14; |
| parameter | UVM_ALL_ON = 'b000000101010101; |
| parameter | uvm_cdn_copyright = "(C) 2007-2013 Cadence Design Systems, Inc."; |
| parameter | UVM_CHECK_FIELDS = UVM_MACRO_EXTRAS + 3; |
| const uvm_cmdline_processor | uvm_cmdline_proc = uvm_cmdline_processor; |
| parameter | UVM_COMPARE = 1 << 2; |
| parameter | UVM_COPY = 1 << 0; |
| parameter | uvm_cy_copyright = "(C) 2011-2013 Cypress Semiconductor Corp."; |
| parameter | UVM_DEFAULT = 'b000010101010101; |
| uvm_comparer | uvm_default_comparer = new; |
| uvm_line_printer | uvm_default_line_printer = new; |
| uvm_packer | uvm_default_packer = new; |
| uvm_printer | uvm_default_printer = uvm_default_table_printer; |
| uvm_recorder | uvm_default_recorder = new; |
| uvm_table_printer | uvm_default_table_printer = new; |
| uvm_tree_printer | uvm_default_tree_printer = new; |
| parameter | UVM_END_DATA_EXTRA = UVM_MACRO_EXTRAS + 4; |
| parameter | UVM_END_FUNCS = UVM_SETSTR; |
| parameter | UVM_FLAGS = UVM_MACRO_EXTRAS + 1; |
| parameter | UVM_FLAGS_OFF = 0; |
| parameter | UVM_FLAGS_ON = 'b000000101010101; |
| uvm_copy_map | uvm_global_copy_map = new; |
| int unsigned | uvm_global_random_seed = $urandom; |
| parameter | UVM_HDL_MAX_WIDTH = 1024; |
| parameter | UVM_LARGE_STRING = UVM_LINE_WIDTH * UVM_NUM_LINES * 8 - 1; |
| parameter | UVM_LINE_WIDTH = 120; |
| parameter | UVM_MACRO_EXTRAS = 1 << UVM_MACRO_NUMFLAGS; |
| parameter | UVM_MACRO_NUMFLAGS = 17; |
| parameter | uvm_mgc_copyright = "(C) 2007-2013 Mentor Graphics Corporation"; |
| parameter | UVM_NOCOMPARE = 1 << 3; |
| parameter | UVM_NOCOPY = 1 << 1; |
| parameter | UVM_NODEFPRINT = 1 << 16; |
| parameter | UVM_NOPACK = 1 << 9; |
| parameter | UVM_NOPRINT = 1 << 5; |
| parameter | UVM_NORECORD = 1 << 7; |
| parameter | UVM_NUM_LINES = 120; |
| parameter | UVM_PACK = 1 << 8; |
| parameter | UVM_PHYSICAL = 1 << 13; |
| parameter | UVM_PRINT = 1 << 4; |
| parameter | UVM_RADIX = 'hf000000; |
| uvm_seed_map | uvm_random_seed_table_lookup [string] |
| parameter | UVM_READONLY = 1 << 15; |
| parameter | UVM_RECORD = 1 << 6; |
| const uvm_resource_pool | uvm_resources = uvm_resource_pool; |
| parameter | uvm_revision = "UVM-1.1d"; |
| parameter | UVM_SET = UVM_START_FUNCS + 1; |
| parameter | UVM_SETINT = UVM_SET; |
| parameter | UVM_SETOBJ = UVM_START_FUNCS + 2; |
| parameter | UVM_SETSTR = UVM_START_FUNCS + 3; |
| parameter | UVM_SMALL_STRING = UVM_LINE_WIDTH * 8 - 1; |
| parameter | uvm_snps_copyright = "(C) 2006-2013 Synopsys, Inc."; |
| parameter | UVM_START_FUNCS = UVM_END_DATA_EXTRA + 1; |
| bit | uvm_start_uvm_declarations = 1; |
| parameter | UVM_STDOUT = 1; |
| parameter | UVM_STREAMBITS = 4096; |
| parameter | UVM_STR_CRC_POLYNOMIAL = 32'h04c11db6; |
| const uvm_root | uvm_top = uvm_root; |
| const int | UVM_UNBOUNDED_CONNECTIONS = -1; |
| parameter | UVM_UNPACK = UVM_MACRO_EXTRAS + 2; |
| const uvm_root | _global_reporter = uvm_root; |
| uvm_test_done_objection | uvm_test_done = uvm_test_done_objection; |
Global Typedefs | |
| typedef interface | AXI_LP_IF |
| typedef class | axi_master_atomic_compare_xact_base_virtual_sequence |
| typedef class | axi_master_atomic_load_xact_base_virtual_sequence |
| typedef class | axi_master_atomic_store_xact_base_virtual_sequence |
| typedef class | axi_master_atomic_swap_xact_base_virtual_sequence |
| typedef interface | AXI_MASTER_IF |
| typedef interface | AXI_SLAVE_IF |
| typedef enum | burst_enum |
| typedef class | cust_svt_tlm_gp_to_axi_master_transaction |
| typedef class | m_uvm_test_done_objection_base |
| typedef enum | resp_enum |
| typedef class | svt_amba_pv_response |
| typedef enum | svt_apprepend |
| typedef class | svt_axi_ace_master_base_sequence |
| typedef class | svt_axi_ace_master_base_virtual_sequence |
| typedef class | svt_axi_ace_master_snoop_response_sequence |
| typedef class | svt_axi_barrier_pair_transaction |
| typedef class | svt_axi_base_slave_common |
| typedef class | svt_axi_basic_writeback_full_cacheline |
| typedef class | svt_axi_basic_writeclean_full_cacheline |
| typedef class | svt_axi_cacheline_initialization |
| typedef class | svt_axi_cacheline_invalidation |
| typedef class | svt_axi_checker |
| typedef class | svt_axi_common |
| typedef class | svt_axi_cov |
| typedef class | svt_axi_cov_data |
| typedef class | svt_axi_ic_slave_agent |
| typedef class | svt_axi_ic_slave_response_sequence |
| typedef class | svt_axi_ic_snoop_input_port_type |
| typedef class | svt_axi_interconnect |
| typedef class | svt_axi_interconnect_callback |
| typedef class | svt_axi_interconnect_callback_pool |
| typedef class | svt_axi_interconnect_configuration |
| typedef class | svt_axi_interconnect_env |
| typedef class | svt_axi_master_callback |
| typedef class | svt_axi_master_callback_pool |
| typedef class | svt_axi_master_input_port_type |
| typedef class | svt_axi_master_sequencer |
| typedef class | svt_axi_master_sequencer_callback |
| typedef class | svt_axi_master_sequencer_callback_pool |
| typedef class | svt_axi_passive_cache_line |
| typedef class | svt_axi_port_configuration |
| typedef class | svt_axi_port_monitor |
| typedef class | svt_axi_port_monitor_callback |
| typedef class | svt_axi_port_monitor_callback_pool |
| typedef class | svt_axi_port_monitor_common |
| typedef class | svt_axi_port_monitor_system_checker_callback |
| typedef class | svt_axi_slave_addr_range |
| typedef class | svt_axi_slave_callback |
| typedef class | svt_axi_slave_callback_pool |
| typedef class | svt_axi_slave_transaction |
| typedef class | svt_axi_sysco_interface_fsm |
| typedef class | svt_axi_system_base_sequence |
| typedef class | svt_axi_system_checker |
| typedef class | svt_axi_system_common |
| typedef class | svt_axi_system_configuration |
| typedef class | svt_axi_system_domain_item |
| typedef class | svt_axi_system_monitor |
| typedef class | svt_axi_system_monitor_callback |
| typedef class | svt_axi_system_monitor_callback_pool |
| typedef class | svt_axi_system_monitor_exclusive_sequence_transaction_activity_callback_data |
| typedef class | svt_axi_system_monitor_transaction_xml_callback |
| typedef class | svt_axi_system_sequencer |
| typedef class | svt_axi_system_transaction |
| typedef class | svt_axi_transaction |
| typedef class | svt_callback |
| typedef class | svt_debug_opts_carrier |
| typedef class | svt_err_check_report_catcher |
| typedef class | svt_fsm |
| typedef class | svt_fsm_callbacks |
| typedef class | svt_fsm_state_base |
| typedef class | svt_fsm_state_callbacks |
| typedef class | svt_fuzzy_real_comparer |
| typedef class | svt_mem_backdoor |
| typedef class | svt_mem_backdoor_2state |
| typedef class | svt_mem_backdoor_4state |
| typedef enum | svt_mem_clkrate_t |
| typedef enum | svt_mem_depth_t |
| typedef class | svt_mem_driver_callback |
| typedef class | svt_mem_ram_sequence |
| typedef struct | svt_mem_sa_breakinfo |
| typedef struct | svt_mem_sa_breakspec |
| typedef struct | svt_mem_sa_patspec |
| typedef struct | svt_mem_sa_statdata |
| typedef class | svt_mem_sequence |
| typedef class | svt_mem_vendor_catalog_base |
| typedef enum | svt_mem_width_t |
| typedef class | svt_non_abstract_report_object |
| typedef class | svt_pattern |
| typedef class | svt_phase |
| typedef class | svt_reactive_sequence |
| typedef class | svt_report_catcher |
| typedef class | svt_sequence |
| typedef class | svt_sequence_item_base |
| typedef class | svt_sequence_item_base_iter |
| typedef class | svt_uvm_callback |
| typedef class | svt_uvm_cmd_assistant |
| typedef class | svt_uvm_cmd_assistant_report_catcher |
| typedef class | svt_vip_writer |
| typedef class | svt_xml_writer |
| typedef enum | uvm_access_e |
| typedef enum | uvm_action_type |
| typedef enum | uvm_active_passive_enum |
| typedef enum | uvm_apprepend |
| typedef class | uvm_barrier |
| typedef class | uvm_barrier_pool |
| typedef class | uvm_build_phase |
| typedef class | uvm_callback |
| typedef class | uvm_callbacks_base |
| typedef class | uvm_callbacks_objection |
| typedef enum | uvm_check_e |
| typedef class | uvm_check_phase |
| typedef class | uvm_cmdline_processor |
| typedef class | uvm_comparer |
| typedef class | uvm_component |
| typedef class | uvm_config_db_options |
| typedef class | uvm_config_object |
| typedef class | uvm_config_seq |
| typedef class | uvm_config_wrapper |
| typedef class | uvm_configure_phase |
| typedef class | uvm_config_int |
| typedef class | uvm_config_string |
| typedef class | uvm_connect_phase |
| typedef enum | uvm_coverage_model_e |
| typedef class | uvm_default_driver_type |
| typedef class | uvm_default_sequence_type |
| typedef class | uvm_default_sequencer_param_type |
| typedef class | uvm_default_sequencer_type |
| typedef class | uvm_domain |
| typedef enum | uvm_elem_kind_e |
| typedef class | uvm_end_of_elaboration_phase |
| typedef enum | uvm_endianness_e |
| typedef class | uvm_env |
| typedef class | uvm_event |
| typedef class | uvm_event_pool |
| typedef class | uvm_extract_phase |
| typedef class | uvm_factory_override |
| typedef class | uvm_final_phase |
| typedef struct | uvm_hdl_path_slice |
| typedef class | uvm_heartbeat_callback |
| typedef class | uvm_heartbeat_cbs_t |
| typedef enum | uvm_heartbeat_modes |
| typedef enum | uvm_hier_e |
| typedef class | uvm_id_actions_array |
| typedef class | uvm_id_file_array |
| typedef class | uvm_id_verbosities_array |
| typedef class | uvm_line_printer |
| typedef class | uvm_main_phase |
| typedef class | uvm_mem |
| typedef class | uvm_mem_access_seq |
| typedef class | uvm_mem_cb |
| typedef class | uvm_mem_cb_iter |
| typedef class | uvm_mem_mam |
| typedef class | uvm_mem_mam_cfg |
| typedef class | uvm_mem_mam_policy |
| typedef class | uvm_mem_region |
| typedef class | uvm_object |
| typedef class | uvm_objection_callback |
| typedef class | uvm_objection_cbs_t |
| typedef class | uvm_objection_context_object |
| typedef enum | uvm_objection_event |
| typedef class | uvm_object_wrapper |
| typedef class | uvm_objection |
| typedef class | uvm_packer |
| typedef enum | uvm_path_e |
| typedef class | uvm_phase |
| typedef enum | uvm_phase_state |
| typedef enum | uvm_phase_transition |
| typedef enum | uvm_phase_type |
| typedef class | uvm_port_component_base |
| typedef class | uvm_port_list |
| typedef enum | uvm_port_type_e |
| typedef class | uvm_post_configure_phase |
| typedef class | uvm_post_main_phase |
| typedef class | uvm_post_reset_phase |
| typedef class | uvm_post_shutdown_phase |
| typedef enum | uvm_predict_e |
| typedef class | uvm_pre_configure_phase |
| typedef class | uvm_pre_main_phase |
| typedef class | uvm_pre_reset_phase |
| typedef class | uvm_pre_shutdown_phase |
| typedef class | uvm_printer |
| typedef class | uvm_printer_knobs |
| typedef struct | uvm_printer_row_info |
| typedef enum | uvm_radix_enum |
| typedef class | uvm_recorder |
| typedef enum | uvm_recursion_policy_enum |
| typedef class | uvm_reg |
| typedef class | uvm_reg_adapter |
| typedef class | uvm_reg_backdoor |
| typedef class | uvm_reg_bd_cb |
| typedef class | uvm_reg_bd_cb_iter |
| typedef class | uvm_reg_block |
| typedef struct | uvm_reg_bus_op |
| typedef class | uvm_reg_cb |
| typedef class | uvm_reg_cb_iter |
| typedef class | uvm_reg_cbs |
| typedef class | uvm_reg_cvr_rsrc_db |
| typedef class | uvm_reg_field |
| typedef class | uvm_reg_field_cb |
| typedef class | uvm_reg_field_cb_iter |
| typedef class | uvm_reg_file |
| typedef class | uvm_reg_frontdoor |
| typedef class | uvm_reg_indirect_data |
| typedef class | uvm_reg_indirect_ftdr_seq |
| typedef class | uvm_reg_item |
| typedef class | uvm_reg_map |
| typedef struct | uvm_reg_map_addr_range |
| typedef class | uvm_reg_map_info |
| typedef enum | uvm_reg_mem_tests_e |
| typedef class | uvm_reg_sequence |
| typedef class | uvm_report_catcher |
| typedef class | uvm_report_cb |
| typedef class | uvm_report_cb_iter |
| typedef class | uvm_report_handler |
| typedef class | uvm_report_object |
| typedef class | uvm_report_phase |
| typedef class | uvm_report_server |
| typedef class | uvm_reset_phase |
| typedef class | uvm_resource_base |
| typedef class | uvm_resource_db_options |
| typedef class | uvm_root |
| typedef class | uvm_run_phase |
| typedef enum | uvm_sequence_lib_mode |
| typedef class | uvm_sequence_library_cfg |
| typedef class | uvm_sequence_request |
| typedef enum | uvm_sequencer_arb_mode |
| typedef enum | uvm_sequence_state |
| typedef class | uvm_sequencer_base |
| typedef class | uvm_sequence_base |
| typedef class | uvm_sequence_item |
| typedef enum | uvm_severity_type |
| typedef class | uvm_sev_override_array |
| typedef class | uvm_shutdown_phase |
| typedef class | uvm_start_of_simulation_phase |
| typedef class | uvm_status_container |
| typedef enum | uvm_status_e |
| typedef class | uvm_table_printer |
| typedef class | uvm_table_printer_knobs |
| typedef class | uvm_task_phase |
| typedef class | uvm_test_done_objection |
| typedef enum | uvm_tlm_command_e |
| typedef class | uvm_tlm_event |
| typedef class | uvm_tlm_extension_base |
| typedef class | uvm_tlm_gp |
| typedef enum | uvm_tlm_phase_e |
| typedef enum | uvm_tlm_response_status_e |
| typedef enum | uvm_tlm_sync_e |
| typedef class | uvm_tree_printer |
| typedef class | uvm_tree_printer_knobs |
| typedef enum | uvm_verbosity |
| typedef class | uvm_virtual_sequencer |
| typedef class | uvm_vreg |
| typedef class | uvm_vreg_cb |
| typedef class | uvm_vreg_cbs |
| typedef class | uvm_vreg_cb_iter |
| typedef class | uvm_vreg_field |
| typedef class | uvm_vreg_field_cb |
| typedef class | uvm_vreg_field_cbs |
| typedef class | uvm_vreg_field_cb_iter |
| typedef enum | uvm_wait_op |
|
|
|
|
|
|
|
|
|
|
|
||
Method which can be used to do a fuzzy compare between two real values.
lhs - The field value for the object doing the compare. rhs - The field value for the object being compared. precision - The precision to be applied to the compare. Return values - Indicates whether the compare was a match (1) or a mismatch (0). |
|
||
Initializes a physical address array to 0
phys_addr - the physical address unsinged int array |
|
|
|
|
|
||
Callers of this task will not return until the NBA region, thus allowing
other processes any number of delta cycles (#0) to settle out before
continuing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clients wishing to pull in the UVM package manually have a couple of options for doing so.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Typedefe'd string ==> svt_axi_lp_if |
|
|
| Typedefe'd string ==> svt_axi_master_atomic_compare_xact_base_virtual_sequence |
|
|
| Typedefe'd string ==> svt_axi_master_atomic_load_xact_base_virtual_sequence |
|
|
| Typedefe'd string ==> svt_axi_master_atomic_store_xact_base_virtual_sequence |
|
|
| Typedefe'd string ==> svt_axi_master_atomic_swap_xact_base_virtual_sequence |
|
|
| Typedefe'd string ==> svt_axi_master_if |
|
|
| Typedefe'd string ==> svt_axi_slave_if |
|
|||
|
|
|
| Typedefe'd string ==> svt_tlm_gp_to_axi_master_transaction |
|
|
| Typedefe'd string ==> uvm_objection |
|
||||
|
|
|
| Typedefe'd string ==> uvm_sequencer_arb_mode |
|
|
| Typedefe'd string ==> typedefsvt_amba_pv_response |
|
||
|
|
|
| Typedefe'd string ==> typedefsvt_axi_ace_master_base_sequence |
|
|
| Typedefe'd string ==> typedefsvt_axi_ace_master_base_virtual_sequence |
|
|
| Typedefe'd string ==> typedefsvt_axi_ace_master_snoop_response_sequence |
|
|
| Typedefe'd string ==> typedefsvt_axi_barrier_pair_transaction |
|
|
| Typedefe'd string ==> typedefsvt_axi_base_slave_common |
|
|
| Typedefe'd string ==> typedefsvt_axi_basic_writeback_full_cacheline |
|
|
| Typedefe'd string ==> typedefsvt_axi_basic_writeclean_full_cacheline |
|
|
| Typedefe'd string ==> typedefsvt_axi_cacheline_initialization |
|
|
| Typedefe'd string ==> typedefsvt_axi_cacheline_invalidation |
|
|
| Typedefe'd string ==> typedefsvt_axi_checker |
|
|
| Typedefe'd string ==> typedefsvt_axi_common |
|
|
| Typedefe'd string ==> typedefsvt_axi_cov |
|
|
| Typedefe'd string ==> typedefsvt_axi_cov_data |
|
|
| Typedefe'd string ==> typedefsvt_axi_ic_slave_agent |
|
|
| Typedefe'd string ==> typedefsvt_axi_ic_slave_response_sequence |
|
|
| Typedefe'd string ==> uvm_tlm_fifo#(svt_axi_ic_snoop_transaction) |
|
|
| Typedefe'd string ==> typedefsvt_axi_interconnect |
|
|
| Typedefe'd string ==> typedefsvt_axi_interconnect_callback |
|
|
| Typedefe'd string ==> uvm_callbacks#(svt_axi_interconnect,svt_axi_interconnect_callback) |
|
|
| Typedefe'd string ==> typedefsvt_axi_interconnect_configuration |
|
|
| Typedefe'd string ==> typedefsvt_axi_interconnect_env |
|
|
| Typedefe'd string ==> typedefsvt_axi_master_callback |
|
|
| Typedefe'd string ==> uvm_callbacks#(svt_axi_master,svt_axi_master_callback) |
|
|
| Typedefe'd string ==> uvm_tlm_fifo#(svt_axi_master_transaction) |
|
|
| Typedefe'd string ==> typedefsvt_axi_master_sequencer |
|
|
| Typedefe'd string ==> typedefsvt_axi_master_sequencer_callback |
|
|
| Typedefe'd string ==> uvm_callbacks#(svt_axi_master_sequencer,svt_axi_master_sequencer_callback) |
|
|
| Typedefe'd string ==> typedefsvt_axi_passive_cache_line |
|
|
| Typedefe'd string ==> typedefsvt_axi_port_configuration |
|
|
| Typedefe'd string ==> typedefsvt_axi_port_monitor |
|
|
| Typedefe'd string ==> typedefsvt_axi_port_monitor_callback |
|
|
| Typedefe'd string ==> uvm_callbacks#(svt_axi_port_monitor,svt_axi_port_monitor_callback) |
|
|
| Typedefe'd string ==> typedefsvt_axi_port_monitor_common |
|
|
| Typedefe'd string ==> typedefsvt_axi_port_monitor_system_checker_callback |
|
|
| Typedefe'd string ==> typedefsvt_axi_slave_addr_range |
|
|
| Typedefe'd string ==> typedefsvt_axi_slave_callback |
|
|
| Typedefe'd string ==> uvm_callbacks#(svt_axi_slave,svt_axi_slave_callback) |
|
|
| Typedefe'd string ==> typedefsvt_axi_slave_transaction |
|
|
| Typedefe'd string ==> typedefsvt_axi_sysco_interface_fsm |
|
|
| Typedefe'd string ==> typedefsvt_axi_system_base_sequence |
|
|
| Typedefe'd string ==> typedefsvt_axi_system_checker |
|
|
| Typedefe'd string ==> typedefsvt_axi_system_common |
|
|
| Typedefe'd string ==> typedefsvt_axi_system_configuration |
|
|
| Typedefe'd string ==> typedefsvt_axi_system_domain_item |
|
|
| Typedefe'd string ==> typedefsvt_axi_system_monitor |
|
|
| Typedefe'd string ==> typedefsvt_axi_system_monitor_callback |
|
|
| Typedefe'd string ==> uvm_callbacks#(svt_axi_system_monitor,svt_axi_system_monitor_callback) |
|
|
| Typedefe'd string ==> typedefsvt_axi_system_monitor_exclusive_sequence_transaction_activity_callback_data |
|
|
| Typedefe'd string ==> typedefsvt_axi_system_monitor_transaction_xml_callback |
|
|
| Typedefe'd string ==> typedefsvt_axi_system_sequencer |
|
|
| Typedefe'd string ==> typedefsvt_axi_system_transaction |
|
|
| Typedefe'd string ==> typedefsvt_axi_transaction |
|
|
| Typedefe'd string ==> typedefsvt_callback |
|
|
| Typedefe'd string ==> typedefsvt_debug_opts_carrier |
|
|
| Typedefe'd string ==> typedefsvt_err_check_report_catcher |
|
|
| Typedefe'd string ==> typedefsvt_fsm |
|
|
| Typedefe'd string ==> svt_callbacks#(svt_fsm,svt_fsm_callback) |
|
|
| Typedefe'd string ==> typedefsvt_fsm_state_base |
|
|
| Typedefe'd string ==> svt_callbacks#(svt_fsm_state_base,svt_fsm_state_callback) |
|
|
| Typedefe'd string ==> typedefsvt_fuzzy_real_comparer |
|
|
| Typedefe'd string ==> bit [SVT_MEM_MAX_ADDR_WIDTH-1:0] |
|
|
| Typedefe'd string ==> bit [SVT_MEM_MAX_ATTR_WIDTH-1:0] |
|
|
| Typedefe'd string ==> typedefsvt_mem_backdoor |
|
|
| Typedefe'd string ==> typedefsvt_mem_backdoor_2state |
|
|
| Typedefe'd string ==> typedefsvt_mem_backdoor_4state |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
| Typedefe'd string ==> bit [SVT_MEM_MAX_DATA_WIDTH-1:0] |
|
|
| Typedefe'd string ==> typedefsvt_mem_driver_callback |
|
|
| Typedefe'd string ==> typedefsvt_mem_ram_sequence |
|
|||||
|
|
|||||||||
|
|
||||||
|
|
||||||||||||||||||||||||||
|
|
|
| Typedefe'd string ==> typedefsvt_mem_sequence |
|
|
| Typedefe'd string ==> typedefsvt_mem_vendor_catalog_base |
|
|||||||||||
|
|
|
| Typedefe'd string ==> typedefsvt_non_abstract_report_object |
|
|
| Typedefe'd string ==> typedefsvt_pattern |
|
|
| Typedefe'd string ==> uvm_phase |
|
|
| Typedefe'd string ==> typedefsvt_reactive_sequence |
|
|
| Typedefe'd string ==> uvm_report_catcher |
|
|
| Typedefe'd string ==> typedefsvt_sequence |
|
|
| Typedefe'd string ==> typedefsvt_sequence_item_base |
|
|
| Typedefe'd string ==> typedefsvt_sequence_item_base_iter |
|
|
| Typedefe'd string ==> svt_callback |
|
|
| Typedefe'd string ==> typedefsvt_uvm_cmd_assistant |
|
|
| Typedefe'd string ==> typedefsvt_uvm_cmd_assistant_report_catcher |
|
|
| Typedefe'd string ==> typedefsvt_vip_writer |
|
|
| Typedefe'd string ==> typedefsvt_xml_writer |
|
||||
|
|
|
| Typedefe'd string ==> int |
|
|||||||
|
|
||
|
|
||
|
|
|
| Typedefe'd string ==> typedefuvm_barrier |
|
|
| Typedefe'd string ==> uvm_object_string_pool#(uvm_barrier) |
|
|
| Typedefe'd string ==> logic signed[4095:0] |
|
|
| Typedefe'd string ==> typedefuvm_build_phase |
|
|
| Typedefe'd string ==> typedefuvm_callback |
|
|
| Typedefe'd string ==> typedefuvm_callbacks_base |
|
|
| Typedefe'd string ==> typedefuvm_callbacks_objection |
|
||
|
|
|
| Typedefe'd string ==> typedefuvm_check_phase |
|
|
| Typedefe'd string ==> typedefuvm_cmdline_processor |
|
|
| Typedefe'd string ==> typedefuvm_comparer |
|
|
| Typedefe'd string ==> typedefuvm_component |
|
|
| Typedefe'd string ==> typedefuvm_config_db_options |
|
|
| Typedefe'd string ==> uvm_config_db#(uvm_object) |
|
|
| Typedefe'd string ==> uvm_config_db#(uvm_sequence_base) |
|
|
| Typedefe'd string ==> uvm_config_db#(uvm_object_wrapper) |
|
|
| Typedefe'd string ==> typedefuvm_configure_phase |
|
|
| Typedefe'd string ==> uvm_config_db#() |
|
|
| Typedefe'd string ==> uvm_config_db#(string) |
|
|
| Typedefe'd string ==> typedefuvm_connect_phase |
|
|||||
|
|
|
| Typedefe'd string ==> uvm_driver#(uvm_sequence_item,uvm_sequence_item) |
|
|
| Typedefe'd string ==> uvm_sequence#(uvm_sequence_item,uvm_sequence_item) |
|
|
| Typedefe'd string ==> uvm_sequencer_param_base#(uvm_sequence_item,uvm_sequence_item) |
|
|
| Typedefe'd string ==> uvm_sequencer#(uvm_sequence_item,uvm_sequence_item) |
|
|
| Typedefe'd string ==> typedefuvm_domain |
|
|||
|
|
|
| Typedefe'd string ==> typedefuvm_end_of_elaboration_phase |
|
|||||
|
|
|
| Typedefe'd string ==> typedefuvm_env |
|
|
| Typedefe'd string ==> typedefuvm_event |
|
|
| Typedefe'd string ==> uvm_object_string_pool#(uvm_event) |
|
|
| Typedefe'd string ==> typedefuvm_extract_phase |
|
|
| Typedefe'd string ==> typedefuvm_factory_override |
|
|
| Typedefe'd string ==> int |
|
|
| Typedefe'd string ==> typedefuvm_final_phase |
|
|
| Typedefe'd string ==> logic [1023:0] |
|
|||
|
|
|
| Typedefe'd string ==> typedefuvm_heartbeat_callback |
|
|
| Typedefe'd string ==> uvm_callbacks#(uvm_callbacks_objection,uvm_heartbeat_callback) |
|
||||
|
|
||
|
|
|
| Typedefe'd string ==> uvm_pool#(string,) |
|
|
| Typedefe'd string ==> uvm_pool#(string,) |
|
|
| Typedefe'd string ==> uvm_pool#(string,int) |
|
|
| Typedefe'd string ==> typedefuvm_line_printer |
|
|
| Typedefe'd string ==> typedefuvm_main_phase |
|
|
| Typedefe'd string ==> typedefuvm_mem |
|
|
| Typedefe'd string ==> typedefuvm_mem_access_seq |
|
|
| Typedefe'd string ==> uvm_callbacks#(uvm_mem,uvm_reg_cbs) |
|
|
| Typedefe'd string ==> uvm_callback_iter#(uvm_mem,uvm_reg_cbs) |
|
|
| Typedefe'd string ==> typedefuvm_mem_mam |
|
|
| Typedefe'd string ==> typedefuvm_mem_mam_cfg |
|
|
| Typedefe'd string ==> typedefuvm_mem_mam_policy |
|
|
| Typedefe'd string ==> typedefuvm_mem_region |
|
|
| Typedefe'd string ==> typedefuvm_object |
|
|
| Typedefe'd string ==> typedefuvm_objection_callback |
|
|
| Typedefe'd string ==> uvm_callbacks#(uvm_objection,uvm_objection_callback) |
|
|
| Typedefe'd string ==> typedefuvm_objection_context_object |
|
|||
|
|
|
| Typedefe'd string ==> typedefuvm_object_wrapper |
|
|
| Typedefe'd string ==> typedefuvm_objection |
|
|
| Typedefe'd string ==> typedefuvm_packer |
|
|
| Typedefe'd string ==> bit signed[-1:0] |
|
||||
|
|
|
| Typedefe'd string ==> typedefuvm_phase |
|
||||||||||
|
|
||||
|
|
||||||
|
|
|
| Typedefe'd string ==> typedefuvm_port_component_base |
|
|
| Typedefe'd string ==> uvm_port_component_base |
|
|||
|
|
|
| Typedefe'd string ==> typedefuvm_post_configure_phase |
|
|
| Typedefe'd string ==> typedefuvm_post_main_phase |
|
|
| Typedefe'd string ==> typedefuvm_post_reset_phase |
|
|
| Typedefe'd string ==> typedefuvm_post_shutdown_phase |
|
|||
|
|
|
| Typedefe'd string ==> typedefuvm_pre_configure_phase |
|
|
| Typedefe'd string ==> typedefuvm_pre_main_phase |
|
|
| Typedefe'd string ==> typedefuvm_pre_reset_phase |
|
|
| Typedefe'd string ==> typedefuvm_pre_shutdown_phase |
|
|
| Typedefe'd string ==> typedefuvm_printer |
|
|
| Typedefe'd string ==> typedefuvm_printer_knobs |
|
|||||
|
|
||||||||||||||
|
|
|
| Typedefe'd string ==> typedefuvm_recorder |
|
||||
|
|
|
| Typedefe'd string ==> typedefuvm_reg |
|
|
| Typedefe'd string ==> typedefuvm_reg_adapter |
|
|
| Typedefe'd string ==> logic unsigned[UVM_REG_ADDR_WIDTH-1:0] |
|
|
| Typedefe'd string ==> bit unsigned[UVM_REG_ADDR_WIDTH-1:0] |
|
|
| Typedefe'd string ==> typedefuvm_reg_backdoor |
|
|
| Typedefe'd string ==> uvm_callbacks#(uvm_reg_backdoor,uvm_reg_cbs) |
|
|
| Typedefe'd string ==> uvm_callback_iter#(uvm_reg_backdoor,uvm_reg_cbs) |
|
|
| Typedefe'd string ==> typedefuvm_reg_block |
|
||||||
|
|
|
| Typedefe'd string ==> bit unsigned[UVM_REG_BYTENABLE_WIDTH-1:0] |
|
|
| Typedefe'd string ==> uvm_callbacks#(uvm_reg,uvm_reg_cbs) |
|
|
| Typedefe'd string ==> uvm_callback_iter#(uvm_reg,uvm_reg_cbs) |
|
|
| Typedefe'd string ==> typedefuvm_reg_cbs |
|
|
| Typedefe'd string ==> uvm_resource_db#() |
|
|
| Typedefe'd string ==> bit [UVM_REG_CVR_WIDTH-1:0] |
|
|
| Typedefe'd string ==> logic unsigned[UVM_REG_DATA_WIDTH-1:0] |
|
|
| Typedefe'd string ==> bit unsigned[UVM_REG_DATA_WIDTH-1:0] |
|
|
| Typedefe'd string ==> typedefuvm_reg_field |
|
|
| Typedefe'd string ==> uvm_callbacks#(uvm_reg_field,uvm_reg_cbs) |
|
|
| Typedefe'd string ==> uvm_callback_iter#(uvm_reg_field,uvm_reg_cbs) |
|
|
| Typedefe'd string ==> typedefuvm_reg_file |
|
|
| Typedefe'd string ==> typedefuvm_reg_frontdoor |
|
|
| Typedefe'd string ==> typedefuvm_reg_indirect_data |
|
|
| Typedefe'd string ==> typedefuvm_reg_indirect_ftdr_seq |
|
|
| Typedefe'd string ==> typedefuvm_reg_item |
|
|
| Typedefe'd string ==> typedefuvm_reg_map |
|
|||
|
|
|
| Typedefe'd string ==> typedefuvm_reg_map_info |
|
|||||||
|
|
|
| Typedefe'd string ==> typedefuvm_reg_sequence |
|
|
| Typedefe'd string ==> typedefuvm_report_catcher |
|
|
| Typedefe'd string ==> uvm_callbacks#(uvm_report_object,uvm_report_catcher) |
|
|
| Typedefe'd string ==> uvm_callback_iter#(uvm_report_object,uvm_report_catcher) |
|
|
| Typedefe'd string ==> typedefuvm_report_handler |
|
|
| Typedefe'd string ==> typedefuvm_report_object |
|
|
| Typedefe'd string ==> typedefuvm_report_phase |
|
|
| Typedefe'd string ==> typedefuvm_report_server |
|
|
| Typedefe'd string ==> typedefuvm_reset_phase |
|
|
| Typedefe'd string ==> typedefuvm_resource_base |
|
|
| Typedefe'd string ==> typedefuvm_resource_db_options |
|
|
| Typedefe'd string ==> typedefuvm_root |
|
|
| Typedefe'd string ==> typedefuvm_run_phase |
|
||||
|
|
|
| Typedefe'd string ==> typedefuvm_sequence_library_cfg |
|
|
| Typedefe'd string ==> typedefuvm_sequence_request |
|
||||||
|
|
|||||||||
|
|
|
| Typedefe'd string ==> uvm_sequence_state |
|
|
| Typedefe'd string ==> typedefuvm_sequencer_base |
|
|
| Typedefe'd string ==> typedefuvm_sequence_base |
|
|
| Typedefe'd string ==> typedefuvm_sequence_item |
|
|
| Typedefe'd string ==> bit [1:0] |
|
||||
|
|
|
| Typedefe'd string ==> uvm_pool#(,) |
|
|
| Typedefe'd string ==> typedefuvm_shutdown_phase |
|
|
| Typedefe'd string ==> typedefuvm_start_of_simulation_phase |
|
|
| Typedefe'd string ==> typedefuvm_status_container |
|
|||
|
|
|
| Typedefe'd string ==> typedefuvm_table_printer |
|
|
| Typedefe'd string ==> uvm_printer_knobs |
|
|
| Typedefe'd string ==> typedefuvm_task_phase |
|
|
| Typedefe'd string ==> typedefuvm_test_done_objection |
|
|||
|
|
|
| Typedefe'd string ==> typedefuvm_tlm_event |
|
|
| Typedefe'd string ==> typedefuvm_tlm_extension_base |
|
|
| Typedefe'd string ==> uvm_tlm_generic_payload |
|
|||||
|
|
|||||||
|
|
|||
|
|
|
| Typedefe'd string ==> typedefuvm_tree_printer |
|
|
| Typedefe'd string ==> uvm_printer_knobs |
|
||||||
|
|
|
| Typedefe'd string ==> uvm_sequencer#(uvm_sequence_item) |
|
|
| Typedefe'd string ==> typedefuvm_vreg |
|
|
| Typedefe'd string ==> uvm_callbacks#(uvm_vreg,uvm_vreg_cbs) |
|
|
| Typedefe'd string ==> typedefuvm_vreg_cbs |
|
|
| Typedefe'd string ==> uvm_callback_iter#(uvm_vreg,uvm_vreg_cbs) |
|
|
| Typedefe'd string ==> typedefuvm_vreg_field |
|
|
| Typedefe'd string ==> uvm_callbacks#(uvm_vreg_field,uvm_vreg_field_cbs) |
|
|
| Typedefe'd string ==> typedefuvm_vreg_field_cbs |
|
|
| Typedefe'd string ==> uvm_callback_iter#(uvm_vreg_field,uvm_vreg_field_cbs) |
|
||||||
|