VIP Smartsearch

X
  • VIP Smartsearch is a framework that supports search within VIP reference documents using query in natural language. It facilitates reordering of search results and keeps record of user’s decision for the ordering of result display and applies that in search of same query on subsequent usage.
  • How to download VIP smartsearch?

    1. Get VIP Smartsearch (Available as a seperate run file).
    2. Set environment variable
      DESIGNWARE_HOME
      to required designware home location where VIP Smartsearch should be downloaded.
    3. Run
      vip_smartsearch_<version>.run
      file.
      VIP Smartsearch will be downloaded to the location
      $DESIGNWARE_HOME/vip/svt/vip_smartsearch/<version>
  • How to install VIP Smartsearch?

    Please refer to the file
    VIP_Smartsearch_installation_and_usage_guide.pdf
    in
    $DESIGNWARE_HOME/vip/svt/vip_smartsearch/<version>
    for installation steps.
  • Customer Support

    For more details about VIP smartsearch tool, contact support_center@synopsys.com.
    Mention your queries along with below details and send email to above email id.
    Product: Verification IP
    Sub Product: <vip_title>
    Tool: VIP Smartsearch

AHB SVT OVM Documentation - Agent Class List

Here are the Agent classes with brief descriptions:
svt_ahb_decoder This class implements an AHB DECODER component.
svt_ahb_arbiter This class implements an AHB ARBITER component
svt_ahb_slave_agent The svt_ahb_slave_agent encapsulates sequencer, driver, and slave monitor. The svt_ahb_slave_agent can be configured to operate in active mode and passive mode. The user can provide AHB sequences to the sequencer. The svt_ahb_slave_agent is configured using slave configuration svt_ahb_slave_configuration . The slave configuration should be provided to the svt_ahb_slave_agent in the build phase of the test. In the slave agent, the slave monitor samples the AHB port signals. When a new transaction is detected, slave monitor provides a response request transaction to the slave sequencer. The slave response sequence within the sequencer programs the appropriate slave response. The updated response transaction is then provided by the slave sequencer to the slave driver. The slave driver in turn drives the response on the AHB bus. The driver and slave monitor components within svt_ahb_slave_agent call callback methods at various phases of execution of the AHB transaction. After the AHB transaction on the bus is complete, the completed sequence item is provided to the analysis port of slave monitor in both active and passive mode, which can be used by the testbench.
svt_ahb_master_agent The svt_ahb_master_agent encapsulates the sequencer, driver and master monitor. The svt_ahb_master_agent can be configured to operate in active mode and passive mode. The user can provide AHB sequences to the sequencer. The svt_ahb_master_agent is configured using the svt_ahb_master_configuration object. The master configuration should be provided to the agent in the build phase of the test. Within the agent, the driver gets sequence items from the sequencer. The driver then drives the AHB transactions on the AHB bus. The driver and monitor components within the agent call callback methods at various phases of execution of the AHB transaction. After the AHB transaction on the bus is complete, the completed sequence item is provided to the analysis port of the monitor in both active and passive mode, which can be used by the testbench.