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 VMM Documentation - Transaction Class List

Here are the Transaction classes with brief descriptions:
svt_ahb_slave_transaction The slave transaction class extends from the AHB transaction base class svt_ahb_transaction. The slave transaction class contains slave specific members and constraints for members relevant to slave. svt_ahb_slave_transaction is used for below purposes:
  • Specifying slave response to the slave driver
  • Slave provides object of type svt_ahb_slave_transaction from its analysis port at the end of transaction
  • Slave provides object of type svt_ahb_slave_transaction as an argument to all the slave callback methods
svt_ahb_master_transaction The master transaction class extends from the AHB transaction base class svt_ahb_transaction. The master transaction class contains the constraints for master specific members in the base transaction class. At the end of each transaction, the master VIP component provides object of type svt_ahb_master_transaction from its analysis port and callbacks in active as well as in passive mode.
svt_ahb_transaction This is the transaction class which contains all the physical attributes of the transaction like address, burst type, burst size, data etc. At the end of each transaction, the master and slave VIP component provides extended object of type svt_ahb_transaction from its analysis ports in active and passive mode.
svt_amba_perf_rec_base This class records the performance activity in a given performance interval. Typcially, an instance of this class is created at the end of each performance interval configured by the user and is updated with the performance results for that period. This is stored by the monitor for reporting
svt_amba_perf_calc_base Class used internally by the VIP to calculate performance. Typically an instance of this class is created by the VIP for each performance metric. At the end of each interval the values of this class are used for checking/reporting as well as updating an instance of svt_amba_perf_rec_base class which stores the performance summary for an interval