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_chi_interconnect Class Reference

Inheritance diagram for class svt_chi_interconnect:

List of all members.


Detailed Description

This class is VMM Driver that implements an CHI interconnect component.



Public Member Functions

function void  new ( svt_chi_interconnect_configuration cfg )
task   pass_rn_dat_flit ( int chan_index )
task   pass_rn_req_flit ( int chan_index )
task   pass_rn_rsp_flit ( int chan_index )
task   pass_sn_dat_flit ( int chan_index )
task   pass_sn_rsp_flit ( int chan_index )
function void  reconfigure ( svt_configuration cfg )
function void  start_xactor ( )

Public Attributes

vmm_channel_typed  rn_rx_dat_flit_chan [] 
vmm_channel_typed  rn_rx_req_flit_chan [] 
vmm_channel_typed  rn_rx_rsp_flit_chan [] 
vmm_channel_typed  sn_rx_dat_flit_chan [] 
vmm_channel_typed  sn_rx_rsp_flit_chan [] 

Protected Member Functions

task   main ( )


Member Function Documentation

 protected task
 svt_chi_interconnect::main

 (   ) 


 Superseded tasks 
 vmm_xactor :: main 
 svt_xactor :: main 

  function void
 svt_chi_interconnect::new

 (  svt_chi_interconnect_configuration cfg  ) 


CONSTRUCTOR: Create a new driver instance

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

  task
 svt_chi_interconnect::pass_rn_dat_flit

 (  int chan_index  ) 


Put method supporting the rn_rx_dat_flit_export.

  task
 svt_chi_interconnect::pass_rn_req_flit

 (  int chan_index  ) 


Put method supporting the rn_rx_req_flit_export.

  task
 svt_chi_interconnect::pass_rn_rsp_flit

 (  int chan_index  ) 


Put method supporting the rn_rx_rsp_flit_export.

  task
 svt_chi_interconnect::pass_sn_dat_flit

 (  int chan_index  ) 


Put method supporting the sn_rx_dat_flit_export.

  task
 svt_chi_interconnect::pass_sn_rsp_flit

 (  int chan_index  ) 


Put method supporting the sn_rx_rsp_flit_export.

  function void
 svt_chi_interconnect::reconfigure

 (  svt_configuration cfg  ) 


 Superseded functions 
 svt_xactor :: reconfigure 

  function void
 svt_chi_interconnect::start_xactor

 (   ) 


INHERITED METHODS Implemented in this class.

 Superseded functions 
 vmm_xactor :: start_xactor 
 svt_xactor :: start_xactor 


Member Attribute Documentation

 vmm_channel_typed  attribute
 svt_chi_interconnect::rn_rx_dat_flit_chan[]

 vmm_channel_typed  attribute
 svt_chi_interconnect::rn_rx_req_flit_chan[]


Put port implementations that connect to corresponding put ports in the link layer

 vmm_channel_typed  attribute
 svt_chi_interconnect::rn_rx_rsp_flit_chan[]

 vmm_channel_typed  attribute
 svt_chi_interconnect::sn_rx_dat_flit_chan[]

 vmm_channel_typed  attribute
 svt_chi_interconnect::sn_rx_rsp_flit_chan[]