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 ovm_queue:
Public Member Functions | |
| virtual function string | convert2string ( ) |
| virtual function ovm_object | create ( string name = "" ) |
| virtual function void | delete ( int index = -1 ) |
| virtual function void | do_copy ( ovm_object rhs ) |
| virtual function T | get ( int index ) |
| static function T | get_global ( int index ) |
| static function this_type | get_global_queue ( ) |
| virtual function string | get_type_name ( ) |
| virtual function void | insert ( int index, T item ) |
| function void | new ( string name = "" ) |
| virtual function T | pop_back ( ) |
| virtual function T | pop_front ( ) |
| virtual function void | push_back ( T item ) |
| virtual function void | push_front ( T item ) |
| virtual function int | size ( ) |
Class Parameters | |
| type | T = int; |
Public Attributes | |
| static const string | type_name = "ovm_queue"; |
Protected Attributes | |
| rand protected T | queue [$] |
Member Typedefs | |
| typedef class | this_type |
|
||||
|
|
||||
|
|
|
||||
|
|
|
|
|
||||
|
|
|
||||
|
|
|
|
|
|
|
|