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_dti_slave_agent | The slave agent encapsulates slave sequencer, slave driver, and port monitor. The slave agent can be configured to operate in active mode and passive mode. The user can provide DTI sequences to the slave sequencer. The slave agent is configured using port configuration svt_dti_port_configuration , which is available in the system configuration svt_dti_system_configuration . The port configuration should be provided to the slave agent in the build phase of the test. Within the slave agent, the slave driver gets sequences from the slave sequencer. The slave driver then drives the DTI transactions on the DTI port. The slave driver and port monitor components within slave agent call callback methods at various phases of execution of the DTI transaction. After the DTI transaction on the bus is complete, the completed sequence item is provided to the analysis port of port monitor, which can be used by the testbench. |
| svt_dti_master_agent | The master agent encapsulates master sequencer, master driver, and port monitor. The master agent can be configured to operate in active mode and passive mode. The user can provide DTI sequences to the master sequencer. The master agent is configured using port configuration svt_dti_port_configuration , which is available in the system configuration svt_dti_system_configuration . The port configuration should be provided to the master agent in the build phase of the test. Within the master agent, the master driver gets sequences from the master sequencer. The master driver then drives the DTI transactions on the DTI port. The master driver and port monitor components within master agent call callback methods at various phases of execution of the DTI transaction. After the DTI transaction on the bus is complete, the completed sequence item is provided to the analysis port of port monitor, which can be used by the testbench. |