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.Inheritance diagram for class svt_chi_interconnect:
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 ( ) |
|
||||||
|
|
||
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 |
|
||
Put method supporting the rn_rx_dat_flit_export.
|
|
||
Put method supporting the rn_rx_req_flit_export.
|
|
||
Put method supporting the rn_rx_rsp_flit_export.
|
|
||
Put method supporting the sn_rx_dat_flit_export.
|
|
||
Put method supporting the sn_rx_rsp_flit_export.
|
|
||||
|
|
||||||
INHERITED METHODS Implemented in this class.
| ||||||
|
|
|
|
Put port implementations that connect to corresponding put ports in the link layer
|
|
|
|