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_atb_port_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_atb_port_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_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 port monitor callback class. |
| svt_atb_port_monitor_def_state_cov_callback | State coverage is a signal level coverage. State coverage applies to signals that are a minimum of two bits wide. In most cases, the states (also commonly referred to as coverage bins) can be easily identified as all possible combinations of the signal. This Coverage Callback consists having covergroup definition and declaration. This class' constructor gets the port configuration class handle and creating covergroups based on respective signal_enable set from port configuartion class for optional protocol signals. |
| svt_atb_port_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_atb_port_configuration handle as an argument, which is used for shaping the coverage. |
| svt_atb_port_monitor_pa_writer_callback | The svt_atb_port_monitor_pa_writer_callback class is extended from the svt_atb_master_monitor_callback class in order to write out protocol object information (using the svt_xml_writer class). |
| svt_atb_port_monitor_callback | Port monitor callback class contains the callback methods called by the port monitor component. The coverage callback classes are extended from port monitor callback class. |
| svt_atb_slave_callback | Slave callback class contains the callback methods called by the master component. |
| svt_atb_master_callback | Master callback class contains the callback methods called by the master component. |