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

Inheritance diagram for class svt_apb_master:

List of all members.


Detailed Description

This class is UVM/OVM Driver that implements an APB Master component.



Public Member Functions

function void  build ( )
function void  do_report_phase ( )
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 = "svt_apb_master", ovm_component parent = null )
function void  reconfigure ( svt_configuration cfg )
function void  report ( )
task   run ( )
function void  set_common ( svt_apb_master_active_common common )

Public Attributes

ovm_event  EVENT_XACT_ENDED 
ovm_event  EVENT_XACT_STARTED 
static bit  m_fields_checked = 0; 
static const string  type_name = "svt_apb_master"; 

Protected Member Functions

function void  input_port_cov ( svt_apb_transaction xact )
function void  post_input_port_get ( svt_apb_transaction xact, ref bit drop )

Protected Attributes

protected svt_apb_system_configuration  cfg_snapshot 
protected svt_apb_master_active_common  common 

Member Typedefs

 typedef class  type_id 


Member Function Documentation

  function void
 svt_apb_master::build

 (   ) 


Build Phase Constructs the common class

 Superseded functions 
 ovm_component :: build 
 svt_driver :: build 

  function void
 svt_apb_master::do_report_phase

 (   ) 


API that has the functionality of the report phase This API will be called in report phase as well as in pre_abort phase

 virtual function ovm_object_wrapper
 svt_apb_master::get_object_type

 (   ) 


 Superseded functions 
 ovm_object :: get_object_type 

 static function type_id
 svt_apb_master::get_type

 (   ) 


 Superseded functions 
 ovm_object :: get_type 

 virtual function string
 svt_apb_master::get_type_name

 (   ) 


 Superseded functions 
 ovm_object :: get_type_name 
 ovm_driver :: get_type_name 

 protected function void
 svt_apb_master::input_port_cov

 (  svt_apb_transaction xact  ) 


Callback issued to allow the testbench to collect functional coverage information from a transaction received at the seq_item_port.

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

  function void
 svt_apb_master::m_field_automation

 (  ovm_object tmp_data__ , int what__ , string str__  ) 


 Superseded functions 
 ovm_object :: m_field_automation 

  function void
 svt_apb_master::new

 (  string name = "svt_apb_master", ovm_component parent = null  ) 


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_apb_master::post_input_port_get

 (  svt_apb_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.

  function void
 svt_apb_master::reconfigure

 (  svt_configuration cfg  ) 


Called when a new configuration is applied to the VIP

 Superseded functions 
 svt_driver :: reconfigure 

  function void
 svt_apb_master::report

 (   ) 


Report phase execution of the OVM component

 Superseded functions 
 ovm_component :: report 

  task
 svt_apb_master::run

 (   ) 


Run phase Starts persistent threads like consume_from_seq_item_port()

 Superseded tasks 
 ovm_component :: run 
 svt_driver :: run 

  function void
 svt_apb_master::set_common

 (  svt_apb_master_active_common common  ) 


Method to set common

Member Attribute Documentation

 protected svt_apb_system_configuration  attribute
 svt_apb_master::cfg_snapshot


Configuration object copy to be used in set/get operations.

 protected svt_apb_master_active_common  attribute
 svt_apb_master::common


Common features of APB Master components

 ovm_event  attribute
 svt_apb_master::EVENT_XACT_ENDED


Event triggers when master has completed transaction i.e. for WRITE transaction this events triggers once master receives the write response and for READ transaction this event triggers when master has received all data. The event can be used after the start of build phase.

 ovm_event  attribute
 svt_apb_master::EVENT_XACT_STARTED


Event triggers when master has driven the read transaction on the port interface The event can be used after the start of build phase.

 static bit  attribute
 svt_apb_master::m_fields_checked = 0

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


 Superseded attributes 
 ovm_driver :: type_name 


Member Typedef Documentation

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