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

svt_ahb_master Class Reference

Inheritance diagram for class svt_ahb_master:

List of all members.


Detailed Description

This class is VMM Transactor that implements an AHB Master component.



Public Member Functions

function void  new ( svt_ahb_master_configuration cfg, vmm_channel_typed xact_chan = null, vmm_object parent = null )
function void  reconfigure ( svt_configuration cfg )
function void  start_xactor ( )

Public Attributes

vmm_channel_typed  xact_chan 

Protected Member Functions

task   main ( )
task   reset_ph ( )

Protected Attributes

protected svt_ahb_master_configuration  cfg_snapshot 
protected svt_ahb_master_active_common  common 


Member Function Documentation

 protected task
 svt_ahb_master::main

 (   ) 


 Superseded tasks 
 vmm_xactor :: main 
 svt_xactor :: main 

  function void
 svt_ahb_master::new

 (  svt_ahb_master_configuration cfg , vmm_channel_typed xact_chan = null, vmm_object parent = null  ) 


CONSTRUCTOR: Create a new transactor instance, passing the appropriate argument values to the svt_xactor parent class.

cfg - Required argument used to set (copy data into) cfg. NOTE: This should be updated to be specific to the protocol in question.

  function void
 svt_ahb_master::reconfigure

 (  svt_configuration cfg  ) 


Called when a new configuration is applied to the VIP

 Superseded functions 
 svt_xactor :: reconfigure 

 protected task
 svt_ahb_master::reset_ph

 (   ) 


 Superseded tasks 
 vmm_unit :: reset_ph 

  function void
 svt_ahb_master::start_xactor

 (   ) 


INHERITED METHODS Implemented in this class.

 Superseded functions 
 vmm_xactor :: start_xactor 
 svt_xactor :: start_xactor 


Member Attribute Documentation

 protected svt_ahb_master_configuration  attribute
 svt_ahb_master::cfg_snapshot


Configuration object copy to be used in set/get operations.

 protected svt_ahb_master_active_common  attribute
 svt_ahb_master::common


Common features of AHB Master components

 vmm_channel_typed  attribute
 svt_ahb_master::xact_chan


VMM channel instance for transactions to transmit