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

Inheritance diagram for class svt_ahb_master:

List of all members.


Detailed Description

This class is UVM Driver that implements an AHB MASTER component.



Public Member Functions

function void  build_phase ( uvm_phase phase )
function void  end_of_elaboration_phase ( uvm_phase phase )
virtual function uvm_object_wrapper  get_object_type ( )
static function type_id  get_type ( )
virtual function string  get_type_name ( )
function void  __m_uvm_field_automation ( uvm_object tmp_data__, int what__, string str__ )
function void  new ( string name, uvm_component parent )
function void  reconfigure ( svt_configuration cfg )
task   run_phase ( uvm_phase phase )

Public Attributes

uvm_event  EVENT_XACT_CONSUMED 
uvm_event  EVENT_XACT_ENDED 
uvm_event  EVENT_XACT_STARTED 
static const string  type_name = "svt_ahb_master"; 

Member Typedefs

 typedef class  type_id 


Member Function Documentation

  function void
 svt_ahb_master::build_phase

 (  uvm_phase phase  ) 


Build Phase Constructs the common class

 Superseded functions 
 uvm_component :: build_phase 
 svt_driver :: build_phase 

  function void
 svt_ahb_master::end_of_elaboration_phase

 (  uvm_phase phase  ) 


End of Elaboration Phase Disables automatic item recording if the feature is available

 Superseded functions 
 uvm_component :: end_of_elaboration_phase 

 virtual function uvm_object_wrapper
 svt_ahb_master::get_object_type

 (   ) 


 Superseded functions 
 uvm_object :: get_object_type 

 static function type_id
 svt_ahb_master::get_type

 (   ) 


 Superseded functions 
 uvm_object :: get_type 

 virtual function string
 svt_ahb_master::get_type_name

 (   ) 


 Superseded functions 
 uvm_object :: get_type_name 
 uvm_component :: get_type_name 
 uvm_driver :: get_type_name 

  function void
 svt_ahb_master::__m_uvm_field_automation

 (  uvm_object tmp_data__ , int what__ , string str__  ) 


 Superseded functions 
 uvm_object :: __m_uvm_field_automation 

  function void
 svt_ahb_master::new

 (  string name , uvm_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 
 uvm_component :: new 
 uvm_driver :: new 

  function void
 svt_ahb_master::reconfigure

 (  svt_configuration cfg  ) 


Called when a new configuration is applied to the VIP

 Superseded functions 
 svt_driver :: reconfigure 

  task
 svt_ahb_master::run_phase

 (  uvm_phase phase  ) 


Run phase Starts persistent threads like consume_from_seq_item_port()

 Superseded tasks 
 uvm_component :: run_phase 
 svt_driver :: run_phase 


Member Attribute Documentation

 uvm_event  attribute
 svt_ahb_master::EVENT_XACT_CONSUMED


Event triggers when master driver consumes the transaction object. At this point, transaction object is not yet processed or transmitted on the bus.

 uvm_event  attribute
 svt_ahb_master::EVENT_XACT_ENDED


Event triggers when the master has completed a transaction.

 uvm_event  attribute
 svt_ahb_master::EVENT_XACT_STARTED


Event triggers when the master has started a transaction.

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


 Superseded attributes 
 uvm_component :: type_name 
 uvm_driver :: type_name 


Member Typedef Documentation

 typedef class  svt_ahb_master::type_id
 Typedefe'd string ==>   uvm_component_registry#(svt_ahb_master,)