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_pool:
Public Member Functions | |
| virtual function void | add ( KEY key, T item ) |
| virtual function ovm_object | create ( string name = "" ) |
| virtual function void | delete ( KEY key ) |
| virtual function void | do_copy ( ovm_object rhs ) |
| virtual function void | do_print ( ovm_printer printer ) |
| virtual function int | exists ( KEY key ) |
| virtual function int | first ( ref KEY key ) |
| virtual function T | get ( KEY key ) |
| static function T | get_global ( KEY key ) |
| static function this_type | get_global_pool ( ) |
| virtual function string | get_type_name ( ) |
| virtual function int | last ( ref KEY key ) |
| function void | new ( string name = "" ) |
| virtual function int | next ( ref KEY key ) |
| virtual function int | num ( ) |
| virtual function int | prev ( ref KEY key ) |
Class Parameters | |
| type | KEY = ovm_void; |
| parameter | T = ovm_void; |
Public Attributes | |
| static const string | type_name = "ovm_pool"; |
Protected Attributes | |
| static protected ovm_pool | m_global_pool |
| protected T | pool [0] |
Member Typedefs | |
| typedef class | this_type |
|
|
||||||||
|
|
|
||||
|
|
||||||||
|
|
|
|
|
|
||||
|
|
||||||||
|
|
|
||||||||||
|
|
|
|
|
||||
|
|
|
||||
|