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_ahb_master:
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 |
|
||||||
|
|
||
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. |
|
||||
Called when a new configuration is applied to the VIP
| ||||
|
|
||||
|
|
||||||
INHERITED METHODS Implemented in this class.
| ||||||
|
|
|
Configuration object copy to be used in set/get operations.
|
|
|
Common features of AHB Master components
|
|
|
VMM channel instance for transactions to transmit
|