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_slave:
This class is Driver that implements an AHB SLAVE component.
Public Member Functions | |
| function void | build ( ) |
| virtual function ovm_object_wrapper | get_object_type ( ) |
| static function type_id | get_type ( ) |
| virtual function string | get_type_name ( ) |
| function void | m_field_automation ( ovm_object tmp_data__, int what__, string str__ ) |
| function void | new ( string name, ovm_component parent ) |
| function void | reconfigure ( svt_configuration cfg ) |
| task | run ( ) |
Public Attributes | |
| ovm_event | EVENT_XACT_CONSUMED |
| ovm_event | EVENT_XACT_ENDED |
| ovm_event | EVENT_XACT_STARTED |
| static bit | m_fields_checked = 0; |
| static const string | type_name = "svt_ahb_slave"; |
Member Typedefs | |
| typedef class | type_id |
|
||||||
Build Phase Constructs the common class
| ||||||
|
|
||||
|
|
||||
|
|
||||||
|
|
||||
|
|
||||||
|
|
||||
Called when a new configuration is applied to the VIP
| ||||
|
|
||||||
Run phase Starts persistent threads like consume_from_seq_item_port()
| ||||||
|
|
|
Event triggers when slave driver consumes the transaction object. At this point, transaction object is not yet processed or transmitted on the bus.
|
|
|
Event triggers when slave has completed transaction i.e. for WRITE transaction this events triggers once slave receives the write response and for READ transaction this event triggers when slave has received all data.
|
|
|
Event triggers when slave sees a new transaction on the port interface
|
|
|
||||
|