VIP Smartsearch

X
  • VIP Smartsearch is a framework that supports search within VIP reference documents using query in natural language. It facilitates reordering of search results and keeps record of user’s decision for the ordering of result display and applies that in search of same query on subsequent usage.
  • How to download VIP smartsearch?

    1. Get VIP Smartsearch (Available as a seperate run file).
    2. Set environment variable
      DESIGNWARE_HOME
      to required designware home location where VIP Smartsearch should be downloaded.
    3. Run
      vip_smartsearch_<version>.run
      file.
      VIP Smartsearch will be downloaded to the location
      $DESIGNWARE_HOME/vip/svt/vip_smartsearch/<version>
  • How to install VIP Smartsearch?

    Please refer to the file
    VIP_Smartsearch_installation_and_usage_guide.pdf
    in
    $DESIGNWARE_HOME/vip/svt/vip_smartsearch/<version>
    for installation steps.
  • Customer Support

    For more details about VIP smartsearch tool, contact support_center@synopsys.com.
    Mention your queries along with below details and send email to above email id.
    Product: Verification IP
    Sub Product: <vip_title>
    Tool: VIP Smartsearch

tlm_fifo Class Reference

Inheritance diagram for class tlm_fifo:

List of all members.



Public Member Functions

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 string  get_type_name ( )
virtual function bit  is_empty ( )
virtual function bit  is_full ( )
function void  new ( string name, ovm_component parent = null, int size = 1 )
virtual task   peek ( output T t )
virtual task   put ( input 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 ( input T t )
virtual function int  used ( )

Class Parameters

type  T = int; 

Public Attributes

static const string  type_name = "tlm_fifo #(T)"; 

Protected Attributes

protected int  m_pending_blocked_gets 


Member Function Documentation

 virtual function bit
 tlm_fifo::can_get

 (   ) 


 Superseded functions 
 tlm_fifo_base :: can_get 

 virtual function bit
 tlm_fifo::can_peek

 (   ) 


 Superseded functions 
 tlm_fifo_base :: can_peek 

 virtual function bit
 tlm_fifo::can_put

 (   ) 


 Superseded functions 
 tlm_fifo_base :: can_put 

 virtual function void
 tlm_fifo::flush

 (   ) 


 Superseded functions 
 ovm_component :: flush 
 tlm_fifo_base :: flush 

 virtual task
 tlm_fifo::get

 (  output T t  ) 


 Superseded tasks 
 tlm_fifo_base :: get 

 virtual function string
 tlm_fifo::get_type_name

 (   ) 


 Superseded functions 
 ovm_object :: get_type_name 
 Superseding functions 
 tlm_analysis_fifo :: get_type_name 

 virtual function bit
 tlm_fifo::is_empty

 (   ) 


 Superseded functions 
 tlm_fifo_base :: is_empty 

 virtual function bit
 tlm_fifo::is_full

 (   ) 


 Superseded functions 
 tlm_fifo_base :: is_full 

  function void
 tlm_fifo::new

 (  string name , ovm_component parent = null, int size = 1  ) 


 Superseding functions 
 urm_fifo :: new 

 virtual task
 tlm_fifo::peek

 (  output T t  ) 


 Superseded tasks 
 tlm_fifo_base :: peek 

 virtual task
 tlm_fifo::put

 (  input T t  ) 


 Superseded tasks 
 tlm_fifo_base :: put 

 virtual function int
 tlm_fifo::size

 (   ) 


 Superseded functions 
 tlm_fifo_base :: size 

 virtual function bit
 tlm_fifo::try_get

 (  output T t  ) 


 Superseded functions 
 tlm_fifo_base :: try_get 

 virtual function bit
 tlm_fifo::try_peek

 (  output T t  ) 


 Superseded functions 
 tlm_fifo_base :: try_peek 

 virtual function bit
 tlm_fifo::try_put

 (  input T t  ) 


 Superseded functions 
 tlm_fifo_base :: try_put 

 virtual function int
 tlm_fifo::used

 (   ) 


 Superseded functions 
 tlm_fifo_base :: used 


Class Parameters Documentation

 type  attribute
 tlm_fifo::T = int


Member Attribute Documentation

 protected int  attribute
 tlm_fifo::m_pending_blocked_gets

 static const string  attribute
 tlm_fifo::type_name = "tlm_fifo #(T)"


 Superseding attributes 
 tlm_analysis_fifo :: type_name