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_tree_printer Class Reference

Inheritance diagram for class ovm_tree_printer:

List of all members.



Public Member Functions

function void  new ( )
function void  print_array_footer ( int size = 0 )
function void  print_id ( string id, byte scope_separator = "." )
function void  print_object ( string name, ovm_object value, byte scope_separator = "." )
function void  print_object_header ( string name, ovm_object value, byte scope_separator = "." )
function void  print_scope_close ( )
function void  print_scope_open ( )
function void  print_string ( string name, string value, byte scope_separator = "." )
function void  print_type_name ( string name, bit is_object = 0 )
function void  print_value_array ( string value = "", int size = 0 )
function void  print_value_object ( ovm_object value )

Public Attributes

ovm_tree_printer_knobs  knobs = new; 


Member Function Documentation

  function void
 ovm_tree_printer::new

 (   ) 


 Superseding functions 
 ovm_line_printer :: new 

  function void
 ovm_tree_printer::print_array_footer

 (  int size = 0  ) 


 Superseded functions 
 ovm_printer :: print_array_footer 

  function void
 ovm_tree_printer::print_id

 (  string id , byte scope_separator = "."  ) 


 Superseded functions 
 ovm_printer :: print_id 

  function void
 ovm_tree_printer::print_object

 (  string name , ovm_object value , byte scope_separator = "."  ) 


 Superseded functions 
 ovm_printer :: print_object 

  function void
 ovm_tree_printer::print_object_header

 (  string name , ovm_object value , byte scope_separator = "."  ) 


 Superseded functions 
 ovm_printer :: print_object_header 

  function void
 ovm_tree_printer::print_scope_close

 (   ) 

  function void
 ovm_tree_printer::print_scope_open

 (   ) 

  function void
 ovm_tree_printer::print_string

 (  string name , string value , byte scope_separator = "."  ) 


 Superseded functions 
 ovm_printer :: print_string 

  function void
 ovm_tree_printer::print_type_name

 (  string name , bit is_object = 0  ) 


 Superseded functions 
 ovm_printer :: print_type_name 

  function void
 ovm_tree_printer::print_value_array

 (  string value = "", int size = 0  ) 


 Superseded functions 
 ovm_printer :: print_value_array 

  function void
 ovm_tree_printer::print_value_object

 (  ovm_object value  ) 


 Superseded functions 
 ovm_printer :: print_value_object 


Member Attribute Documentation

 ovm_tree_printer_knobs  attribute
 ovm_tree_printer::knobs = new