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_event:
Public Member Functions | |
| virtual function void | add_callback ( ovm_event_callback cb, bit append = 1 ) |
| virtual function void | cancel ( ) |
| virtual function ovm_object | create ( string name = "" ) |
| virtual function void | delete_callback ( ovm_event_callback cb ) |
| virtual function void | do_copy ( ovm_object rhs ) |
| virtual function void | do_print ( ovm_printer printer ) |
| virtual function int | get_num_waiters ( ) |
| virtual function ovm_object | get_trigger_data ( ) |
| virtual function time | get_trigger_time ( ) |
| virtual function string | get_type_name ( ) |
| virtual function bit | is_off ( ) |
| virtual function bit | is_on ( ) |
| function void | new ( string name = "" ) |
| virtual function void | reset ( bit wakeup = 0 ) |
| virtual function void | trigger ( ovm_object data = null ) |
| virtual task | wait_off ( bit delta = 0 ) |
| virtual task | wait_on ( bit delta = 0 ) |
| virtual task | wait_ptrigger ( ) |
| virtual task | wait_ptrigger_data ( output ovm_object data ) |
| virtual task | wait_trigger ( ) |
| virtual task | wait_trigger_data ( output ovm_object data ) |
Public Attributes | |
| static const string | type_name = "ovm_event"; |
|
|
|
||||
|
|
|
||||
|
|
||||
|
|
|
|
|
||||
|
|
|
|
||||
|
|
|
|
||||
|
|
||||
|
|
||||
|
|
|
||||
|
|