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

Inheritance diagram for class svt_axi_status:

List of all members.


Detailed Description

This is the AXI VIP 'top level' status class used by Master or Slave agents(UVM).



Public Attributes

bit [SVT_AXI_QOS_WIDTH-1:0]  read_qos_accept_level = 0; 
event  reset_received 
svt_axi_status :: sysco_interface_state_enum  sysco_interface_state 
bit [SVT_AXI_QOS_WIDTH-1:0]  write_qos_accept_level = 0; 

Member Typedefs

 typedef enum  sysco_interface_state_enum 


Member Attribute Documentation

 bit [SVT_AXI_QOS_WIDTH-1:0]  attribute
 svt_axi_status::read_qos_accept_level = 0


Represents the qos accept level for read transaction

 event  attribute
 svt_axi_status::reset_received

 svt_axi_status :: sysco_interface_state_enum  attribute
 svt_axi_status::sysco_interface_state


Represents the state of the SYSCO Interface.

 bit [SVT_AXI_QOS_WIDTH-1:0]  attribute
 svt_axi_status::write_qos_accept_level = 0


Represents the qos accept level for write transaction

Member Typedef Documentation

 typedef enum  svt_axi_status::sysco_interface_state_enum

Represents the states of the SYSCO Interface state machine.

COHERENCY_DISABLED_STATE(SVT_ACE5_COHERENCY_DISABLED_STATE)
COHERENCY_CONNECT_STATE(SVT_ACE5_COHERENCY_CONNECT_STATE)
COHERENCY_ENABLED_STATE(SVT_ACE5_COHERENCY_ENABLED_STATE)
COHERENCY_DISCONNECT_STATE(SVT_ACE5_COHERENCY_DISCONNECT_STATE)