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

Inheritance diagram for class svt_axi_interconnect:

List of all members.


Detailed Description

This class is OVM Driver that implements an AXI interconnect 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  new ( string name, ovm_component parent )
task   run ( )

Public Attributes

ovm_blocking_get_port  get_port 
static const string  type_name = "svt_axi_interconnect"; 

Protected Member Functions

function void  change_dynamic_cfg ( svt_configuration cfg )
function void  change_static_cfg ( svt_configuration cfg )
function void  get_dynamic_cfg ( ref svt_configuration cfg )
function void  get_static_cfg ( ref svt_configuration cfg )
function void  post_input_port_get ( svt_axi_ic_slave_transaction xact )
function void  post_master_to_slave_xact_mapping ( svt_axi_ic_slave_transaction ic_xact_from_master, svt_axi_master_transaction ic_xact_to_slave )
function void  post_slave_xact_gen ( svt_axi_master_transaction xact )
function void  pre_output_port_put ( svt_axi_ic_slave_transaction xact )

Protected Attributes

protected svt_axi_interconnect_configuration  cfg_snapshot 
protected svt_axi_interconnect_common  common 

Member Typedefs

 typedef class  type_id 


Member Function Documentation

  function void
 svt_axi_interconnect::build

 (   ) 


Build Phase Constructs the common class

 Superseded functions 
 ovm_component :: build 
 svt_driver :: build 

 protected function void
 svt_axi_interconnect::change_dynamic_cfg

 (  svt_configuration cfg  ) 


 Superseded functions 
 svt_driver :: change_dynamic_cfg 

 protected function void
 svt_axi_interconnect::change_static_cfg

 (  svt_configuration cfg  ) 


INHERITED METHODS Implemented in this class.

 Superseded functions 
 svt_driver :: change_static_cfg 

 protected function void
 svt_axi_interconnect::get_dynamic_cfg

 (  ref svt_configuration cfg  ) 


 Superseded functions 
 svt_driver :: get_dynamic_cfg 

 virtual function ovm_object_wrapper
 svt_axi_interconnect::get_object_type

 (   ) 


 Superseded functions 
 ovm_object :: get_object_type 

 protected function void
 svt_axi_interconnect::get_static_cfg

 (  ref svt_configuration cfg  ) 


 Superseded functions 
 svt_driver :: get_static_cfg 

 static function type_id
 svt_axi_interconnect::get_type

 (   ) 


 Superseded functions 
 ovm_object :: get_type 

 virtual function string
 svt_axi_interconnect::get_type_name

 (   ) 


 Superseded functions 
 ovm_object :: get_type_name 
 ovm_driver :: get_type_name 

  function void
 svt_axi_interconnect::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_axi_interconnect::post_input_port_get

 (  svt_axi_ic_slave_transaction xact  ) 


Callback issued after receiving a coherent transaction.

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

 protected function void
 svt_axi_interconnect::post_master_to_slave_xact_mapping

 (  svt_axi_ic_slave_transaction ic_xact_from_master , svt_axi_master_transaction ic_xact_to_slave  ) 


Callback issued after the interconnect randomizes a transaction to be routed to a slave

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

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

 protected function void
 svt_axi_interconnect::post_slave_xact_gen

 (  svt_axi_master_transaction xact  ) 

 protected function void
 svt_axi_interconnect::pre_output_port_put

 (  svt_axi_ic_slave_transaction xact  ) 


Callback issued after the interconnect receives all responses from snooped ports and before driving coherent response to corresponding port.

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

  task
 svt_axi_interconnect::run

 (   ) 


Run phase Starts persistent threads like consume_from_seq_item_port()

 Superseded tasks 
 ovm_component :: run 
 svt_driver :: run 


Member Attribute Documentation

 protected svt_axi_interconnect_configuration  attribute
 svt_axi_interconnect::cfg_snapshot


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

 protected svt_axi_interconnect_common  attribute
 svt_axi_interconnect::common


Common features of AXI interconnect components

 ovm_blocking_get_port  attribute
 svt_axi_interconnect::get_port


Request port provided to allow slave ports (ie, ports connected to masters in the system) to provide the transaction to the interconnect for routing.

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


 Superseded attributes 
 ovm_driver :: type_name 


Member Typedef Documentation

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