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.| svt_chi_interconnect_callback | Interconnect callback class contains the callback methods called by the interconnect component. |
| svt_chi_system_monitor_def_cov_callback | The coverage data callback class defines default data and event information that are used to implement the coverage groups. The coverage data callback class is extended from callback class svt_chi_system_monitor_callback . This class itself does not contain any cover groups. The constructor of this class gets svt_chi_system_configuration handle as an argument, which is used for shaping the coverage. |
| svt_chi_system_monitor_def_cov_data_callback | The coverage data callback class defines default data and event information that are used to implement the coverage groups. The coverage data callback class is extended from callback class svt_chi_system_monitor_callback . This class itself does not contain any cover groups. The constructor of this class gets svt_chi_system_configuration handle as an argument, which is used for shaping the coverage. |
| svt_chi_system_monitor_transaction_xml_callback | Monitor callback class containing implementation to generate PA output for CHI Transaction. Called when svt_chi_system_configuration :: enable_xml_gen is set to 1. |
| svt_chi_system_monitor_callback | System monitor callback class contains the callback methods called by the system monitor component. |
| svt_chi_sn_response_gen_callback | Callback class which contains slave response generator callback methods. |
| svt_chi_sn_protocol_callback | PROTO : CHI SN Protocol callback class defines the component callback methods. |
| svt_chi_sn_link_monitor_def_cov_callback | Description-Unavailable |
| svt_chi_sn_link_monitor_def_cov_data_callback | This callback class defines default data which is used to implement the coverage groups. The naming convention uses "def_cov_data" in the class names for easy identification of these classes. This class also includes implementations of the coverage methods that respond to the coverage requests by setting the coverage data. This implementation does not include any coverage groups. The def_cov_data callbacks classes are extended from sn link monitor callback class. |
| svt_chi_sn_link_monitor_def_state_cov_callback | Description-Unavailable |
| svt_chi_sn_link_monitor_def_state_cov_data_callbacks | This callback class defines default data and event information that are used to implement the coverage groups. The naming convention uses "def_cov_data" in the class names for easy identification of these classes. This class also includes implementations of the coverage methods that respond to the coverage requests by setting the coverage data and triggering the coverage events. This implementation does not include any coverage groups. The def_cov_data callbacks classes are extended from sn link monitor callback class. |
| svt_chi_sn_link_monitor_def_toggle_cov_callback | Toggle coverage is a signal level coverage. Toggle coverage provides baseline information that a system is connected properly, and that higher level coverage or compliance failures are not simply the result of connectivity issues. Toggle coverage answers the question: Did a bit change from a value of 0 to 1 and back from 1 to 0? This type of coverage does not indicate that every value of a multi-bit vector was seen but measures that all the individual bits of a multi-bit vector did toggle. This Coverage Callback class consists covergroup definition and declaration. |
| svt_chi_sn_link_monitor_def_toggle_cov_data_callbacks | This callback class defines default data and event information that are used to implement the coverage groups. The naming convention uses "def_toggle_cov_data" in the class names for easy identification of these classes. This class also includes implementations of the coverage methods that respond to the coverage requests by setting the coverage data and triggering the coverage events. This implementation does not include any coverage groups. The def_toggle_cov_data callbacks classes are extended from sn link monitor callback class. |
| svt_chi_sn_link_monitor_transaction_report_callback | This callback class is used to generate CHI Flit Transaction summary information relative to the svt_chi_sn_link_monitor component. Transactions are reported on as they occur, for inclusion in the log. |
| svt_chi_sn_link_monitor_transaction_xml_callback | Monitor callback class containing implementation to generate XML output for CHI Flit Transaction. Called when svt_chi_node_configuration :: enable_xact_xml_gen or svt_chi_node_configuration :: enable_fsm_xml_gen is set to 1. |
| svt_chi_sn_link_monitor_callback | Proto CHI Monitor callback class defines the component callback methods. |
| svt_chi_ic_rn_link_callback | Link : CHI IC RN Link callback class defines the component callback methods. |
| svt_chi_sn_link_callback | PROTO : CHI SN Protocol callback class defines the component callback methods. |
| svt_chi_rn_snoop_response_gen_callback | Callback class which contains master_snoop response generator callback methods. |
| svt_chi_node_protocol_monitor_system_checker_callback | The svt_chi_node_protocol_monitor_system_checker_callback class is extended from the svt_chi_node_protocol_monitor_callback class in order to put transactions into a fifo that connects to the system level checker |
| svt_chi_node_protocol_monitor_transaction_xml_callback | Monitor callback class containing implementation to generate PA output for CHI Transaction. Called when svt_chi_node_configuration :: enable_xact_xml_gen is set to 1. Callback issued by the node protocol monitor of RN/SN, whenever a CHI Transaction or CHI Snoop Transaction has been started or ended. |
| svt_chi_node_protocol_monitor_snoop_transaction_report_callback | This callback class is used to generate CHI Transaction summary information relative to the svt_chi_node_protocol_monitor component. Transactions are reported on as they occur, for inclusion in the log. |
| svt_chi_node_protocol_monitor_transaction_report_callback | This callback class is used to generate CHI Transaction summary information relative to the svt_chi_node_protocol_monitor component. Transactions are reported on as they occur, for inclusion in the log. |
| svt_chi_node_protocol_monitor_issue_a_def_cov_callback | This class is extended from the coverage data callback class. This class includes cover groups that are specific to CHI Issue A spec. T he constructor of this class gets svt_chi_node_configuration handle as an argument, which is used for shaping the coverage. |
| svt_chi_node_protocol_monitor_def_cov_callback | This class is extended from the coverage data callback class. This class includes default cover groups. The constructor of this class gets svt_chi_node_configuration handle as an argument, which is used for shaping the coverage. |
| svt_chi_node_protocol_monitor_def_cov_data_callback | The coverage data callback class defines default data and event information that are used to implement the coverage groups. The coverage data callback class is extended from callback class svt_chi_node_protocol_monitor_callback . This class itself does not contain any cover groups. The constructor of this class gets svt_chi_node_configuration handle as an argument, which is used for shaping the coverage. |
| svt_chi_node_protocol_monitor_callback | Proto CHI Monitor callback class defines the component callback methods. |
| svt_chi_rn_protocol_callback | PROTO : CHI RN Protocol callback class defines the component callback methods. |
| svt_chi_rn_link_monitor_def_cov_callback | Description-Unavailable |
| svt_chi_rn_link_monitor_def_cov_data_callback | This callback class defines default data which is used to implement the coverage groups. The naming convention uses "def_cov_data" in the class names for easy identification of these classes. This class also includes implementations of the coverage methods that respond to the coverage requests by setting the coverage data. This implementation does not include any coverage groups. The def_cov_data callbacks classes are extended from rn link monitor callback class. |
| svt_chi_rn_link_monitor_def_state_cov_callback | Description-Unavailable |
| svt_chi_rn_link_monitor_def_state_cov_data_callbacks | This callback class defines default data and event information that are used to implement the coverage groups. The naming convention uses "def_cov_data" in the class names for easy identification of these classes. This class also includes implementations of the coverage methods that respond to the coverage requests by setting the coverage data and triggering the coverage events. This implementation does not include any coverage groups. The def_cov_data callbacks classes are extended from rn link monitor callback class. |
| svt_chi_rn_link_monitor_def_toggle_cov_callback | Toggle coverage is a signal level coverage. Toggle coverage provides baseline information that a system is connected properly, and that higher level coverage or compliance failures are not simply the result of connectivity issues. Toggle coverage answers the question: Did a bit change from a value of 0 to 1 and back from 1 to 0? This type of coverage does not indicate that every value of a multi-bit vector was seen but measures that all the individual bits of a multi-bit vector did toggle. This Coverage Callback class consists covergroup definition and declaration. |
| svt_chi_rn_link_monitor_def_toggle_cov_data_callbacks | This callback class defines default data and event information that are used to implement the coverage groups. The naming convention uses "def_toggle_cov_data" in the class names for easy identification of these classes. This class also includes implementations of the coverage methods that respond to the coverage requests by setting the coverage data and triggering the coverage events. This implementation does not include any coverage groups. The def_toggle_cov_data callbacks classes are extended from rn link monitor callback class. |
| svt_chi_rn_link_monitor_transaction_xml_callback | Monitor callback class containing implementation to generate PA output for CHI Flit Transaction. Called when svt_chi_node_configuration :: enable_xact_xml_gen or svt_chi_node_configuration :: enable_fsm_xml_gen is set to 1. |
| svt_chi_rn_link_monitor_transaction_report_callback | This callback class is used to generate CHI Flit Transaction summary information relative to the svt_chi_rn_link_monitor component. Transactions are reported on as they occur, for inclusion in the log. |
| svt_chi_rn_link_monitor_callback | Proto CHI Monitor callback class defines the component callback methods. |
| svt_chi_rn_link_callback | PROTO : CHI RN Protocol callback class defines the component callback methods. |