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

svt_atb_master Class Reference

Inheritance diagram for class svt_atb_master:

List of all members.


Detailed Description

This class is UVM Driver that implements an ATB Master component.



Public Member Functions

function void  build ( )
virtual function ovm_object_wrapper  get_object_type ( )
static function type_id  get_type ( )
virtual function string  get_type_name ( )
function void  m_field_automation ( ovm_object tmp_data__, int what__, string str__ )
function void  new ( string name, ovm_component parent )
task   post_input_port_get_cb_exec ( svt_atb_transaction xact, ref bit drop )
function void  reconfigure ( svt_configuration cfg )
function void  report ( )
task   run ( )

Public Attributes

static bit  m_fields_checked = 0; 
static const string  type_name = "svt_atb_master"; 

Protected Member Functions

function void  post_input_port_get ( svt_atb_transaction xact, ref bit drop )

Member Typedefs

 typedef class  type_id 


Member Function Documentation

  function void
 svt_atb_master::build

 (   ) 


 Superseded functions 
 ovm_component :: build 
 svt_driver :: build 

 virtual function ovm_object_wrapper
 svt_atb_master::get_object_type

 (   ) 


 Superseded functions 
 ovm_object :: get_object_type 

 static function type_id
 svt_atb_master::get_type

 (   ) 


 Superseded functions 
 ovm_object :: get_type 

 virtual function string
 svt_atb_master::get_type_name

 (   ) 


 Superseded functions 
 ovm_object :: get_type_name 
 ovm_driver :: get_type_name 

  function void
 svt_atb_master::m_field_automation

 (  ovm_object tmp_data__ , int what__ , string str__  ) 


 Superseded functions 
 ovm_object :: m_field_automation 

  function void
 svt_atb_master::new

 (  string name , ovm_component parent  ) 


CONSTRUCTOR: Create a new driver instance

name - The name of this instance. Used to construct the hierarchy.

parent - The component that contains this intance. Used to construct the hierarchy.


 Superseded functions 
 ovm_component :: new 
 ovm_driver :: new 

 protected function void
 svt_atb_master::post_input_port_get

 (  svt_atb_transaction xact , ref bit drop  ) 


Called after getting a transaction from the input tlm port.

xact - A reference to the data descriptor object of interest.

drop - A bit that is set if this transaction is to be dropped.

  task
 svt_atb_master::post_input_port_get_cb_exec

 (  svt_atb_transaction xact , ref bit drop  ) 


Called after getting a transaction from the input tlm port.

This method issues the post_input_port_get callback using the `uvm_do_callbacks macro.

Overriding implementations in extended classes must ensure that the callbacks get executed correctly.

xact - A reference to the data descriptor object of interest.

drop - A bit that is set if this transaction is to be dropped.

  function void
 svt_atb_master::reconfigure

 (  svt_configuration cfg  ) 


Called when a new configuration is applied to the VIP

 Superseded functions 
 svt_driver :: reconfigure 

  function void
 svt_atb_master::report

 (   ) 


Report phase execution of the UVM or OVM component

 Superseded functions 
 ovm_component :: report 

  task
 svt_atb_master::run

 (   ) 


Run phase Starts persistent threads like consume_from_seq_item_port()

 Superseded tasks 
 ovm_component :: run 
 svt_driver :: run 


Member Attribute Documentation

 static bit  attribute
 svt_atb_master::m_fields_checked = 0

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


 Superseded attributes 
 ovm_driver :: type_name 


Member Typedef Documentation

 typedef class  svt_atb_master::type_id
 Typedefe'd string ==>   ovm_component_registry#(svt_atb_master,)