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_class_pair:
Public Member Functions | |
| virtual function ovm_object | clone ( ) |
| function bit | comp ( ovm_class_pair t ) |
| virtual function string | convert2string ( ) |
| function void | copy ( ovm_class_pair t ) |
| virtual function ovm_object | create ( string name = "" ) |
| virtual function string | get_type_name ( ) |
| function void | new ( T1 f = null, T2 s = null, string name = "" ) |
Class Parameters | |
| type | T1 = int; |
| parameter | T2 = T1; |
Public Attributes | |
| T1 | first |
| T2 | second |
| static const string | type_name = "ovm_class_pair #(T1,T2)"; |
Member Typedefs | |
| typedef class | this_type |
|
||||
|
|
|
||||
|
|
|
||||
|
|
||||
|
|
|
|
|