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_axi_slave:
This class is an SVT Driver extension that implements an AXI Slave component.
Public Member Functions | |
| function void | build_phase ( uvm_phase phase ) |
| function void | end_of_elaboration_phase ( uvm_phase phase ) |
| function int | get_number_of_outstanding_slave_transactions ( bit silent = 1, output svt_axi_slave_transaction actvQ[$] ) |
| virtual function uvm_object_wrapper | get_object_type ( ) |
| static function type_id | get_type ( ) |
| virtual function string | get_type_name ( ) |
| function void | new ( string name, uvm_component parent ) |
| function void | reconfigure ( svt_configuration cfg ) |
| function void | report_phase ( uvm_phase phase ) |
| task | run_phase ( uvm_phase phase ) |
Public Attributes | |
| static const string | type_name = "svt_axi_slave"; |
Member Typedefs | |
| typedef class | type_id |
|
||||||
Build Phase Constructs the common class
| ||||||
|
|
||||
End of Elaboration Phase Disables automatic item recording if the feature is available
| ||||
|
|
||
Returns the number of outstanding slave transactions.
|
|
||||
|
|
||||
|
|
||||||||
|
|
||||||
|
|
||||
Called when a new configuration is applied to the VIP
| ||||
|
|
||||
Report phase execution of the UVM component
| ||||
|
|
||||||
Run phase Starts persistent threads like consume_from_seq_item_port()
| ||||||
|
|
||||||
|