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

ovm_pool Class Reference

Inheritance diagram for class ovm_pool:

List of all members.



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 


Member Function Documentation

 virtual function void
 ovm_pool::add

 (  KEY key , T item  ) 

 virtual function ovm_object
 ovm_pool::create

 (  string name = ""  ) 


 Superseded functions 
 ovm_object :: create 
 Superseding functions 
 ovm_callbacks :: create 

 virtual function void
 ovm_pool::delete

 (  KEY key  ) 

 virtual function void
 ovm_pool::do_copy

 (  ovm_object rhs  ) 


 Superseded functions 
 ovm_object :: do_copy 

 virtual function void
 ovm_pool::do_print

 (  ovm_printer printer  ) 


 Superseded functions 
 ovm_object :: do_print 
 Superseding functions 
 ovm_object_string_pool :: do_print 

 virtual function int
 ovm_pool::exists

 (  KEY key  ) 

 virtual function int
 ovm_pool::first

 (  ref KEY key  ) 

 virtual function T
 ovm_pool::get

 (  KEY key  ) 

 static function T
 ovm_pool::get_global

 (  KEY key  ) 

 static function this_type
 ovm_pool::get_global_pool

 (   ) 


 Superseding functions 
 ovm_object_string_pool :: get_global_pool 

 virtual function string
 ovm_pool::get_type_name

 (   ) 


 Superseded functions 
 ovm_object :: get_type_name 
 Superseding functions 
 ovm_object_string_pool :: get_type_name 

 virtual function int
 ovm_pool::last

 (  ref KEY key  ) 

  function void
 ovm_pool::new

 (  string name = ""  ) 


 Superseded functions 
 ovm_object :: new 
 Superseding functions 
 ovm_callbacks :: new 
 ovm_object_string_pool :: new 

 virtual function int
 ovm_pool::next

 (  ref KEY key  ) 

 virtual function int
 ovm_pool::num

 (   ) 

 virtual function int
 ovm_pool::prev

 (  ref KEY key  ) 


Class Parameters Documentation

 type  attribute
 ovm_pool::KEY = ovm_void

 parameter  attribute
 ovm_pool::T = ovm_void


Member Attribute Documentation

 static protected ovm_pool  attribute
 ovm_pool::m_global_pool


 Superseding attributes 
 ovm_object_string_pool :: m_global_pool 

 protected T  attribute
 ovm_pool::pool[0]

 static const string  attribute
 ovm_pool::type_name = "ovm_pool"


 Superseding attributes 
 ovm_object_string_pool :: type_name 


Member Typedef Documentation

 typedef class  ovm_pool::this_type
 Typedefe'd string ==>   ovm_pool#(KEY,T)