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 tlm_fifo_base:
Public Member Functions | |
| function void | build ( ) |
| virtual function bit | can_get ( ) |
| virtual function bit | can_peek ( ) |
| virtual function bit | can_put ( ) |
| virtual function void | flush ( ) |
| virtual task | get ( output T t ) |
| virtual function bit | is_empty ( ) |
| virtual function bit | is_full ( ) |
| function void | new ( string name, ovm_component parent = null ) |
| virtual function tlm_event | ok_to_get ( ) |
| virtual function tlm_event | ok_to_peek ( ) |
| virtual function tlm_event | ok_to_put ( ) |
| virtual task | peek ( output T t ) |
| virtual task | put ( T t ) |
| virtual function int | size ( ) |
| virtual function bit | try_get ( output T t ) |
| virtual function bit | try_peek ( output T t ) |
| virtual function bit | try_put ( T t ) |
| virtual function int | used ( ) |
Class Parameters | |
| type | T = int; |
Public Attributes | |
| ovm_get_peek_imp | blocking_get_export |
| ovm_get_peek_imp | blocking_get_peek_export |
| ovm_get_peek_imp | blocking_peek_export |
| ovm_put_imp | blocking_put_export |
| ovm_analysis_port | get_ap |
| ovm_get_peek_imp | get_export |
| ovm_get_peek_imp | get_peek_export |
| ovm_get_peek_imp | nonblocking_get_export |
| ovm_get_peek_imp | nonblocking_get_peek_export |
| ovm_get_peek_imp | nonblocking_peek_export |
| ovm_put_imp | nonblocking_put_export |
| ovm_get_peek_imp | peek_export |
| ovm_analysis_port | put_ap |
| ovm_put_imp | put_export |
Member Typedefs | |
| typedef class | this_type |
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||||||||||
|
|
|
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|