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

AXI SVT UVM Documentation - Callback Class List

Here are the Callback classes with brief descriptions:
svt_axi_system_monitor_def_cov_callback The coverage data callback class defines default data and event information that are used to implement the coverage groups. The coverage data callback class is extended from callback class svt_axi_system_monitor_callback . This class itself does not contain any cover groups. The constructor of this class gets svt_axi_system_configuration handle as an argument, which is used for shaping the coverage.
svt_axi_system_monitor_def_cov_data_callback The coverage data callback class defines default data and event information that are used to implement the coverage groups. The coverage data callback class is extended from callback class svt_axi_system_monitor_callback . This class itself does not contain any cover groups. The constructor of this class gets svt_axi_system_configuration handle as an argument, which is used for shaping the coverage.
svt_axi_system_monitor_transaction_xml_callback Monitor callback class containing implementation to generate PA output for AXI Transaction. Called when svt_axi_system_configuration :: enable_xml_gen is set to 1.
svt_axi_system_monitor_callback System monitor callback class contains the callback methods called by the system monitor component.
svt_axi_interconnect_callback Interconnect callback class contains the callback methods called by the interconnect component.
svt_axi_port_monitor_transaction_report_callback This callback class is used to generate AXI Transaction summary information relative to the svt_axi_port_monitor component. Transactions are reported on as they occur, for inclusion in the log.
svt_axi_port_monitor_def_toggle_cov_callback Toggle coverage is a signal level coverage. Toggle coverage provides baseline information that a system is connected properly, and that higher level coverage or compliance failures are not simply the result of connectivity issues. Toggle coverage answers the question: Did a bit change from a value of 0 to 1 and back from 1 to 0? This type of coverage does not indicate that every value of a multi-bit vector was seen but measures that all the individual bits of a multi-bit vector did toggle. This Coverage Callback class consists covergroup definition and declaration.
svt_axi_port_monitor_def_toggle_cov_data_callback This callback class defines default data and event information that are used to implement the coverage groups. The naming convention uses "def_cov_data" in the class names for easy identification of these classes. This class also includes implementations of the coverage methods that respond to the coverage requests by setting the coverage data and triggering the coverage events. This implementation does not include any coverage groups. The def_cov_data callbacks classes are extended from port monitor callback class.
svt_axi_port_monitor_def_state_cov_callback State coverage is a signal level coverage. State coverage applies to signals that are a minimum of two bits wide. In most cases, the states (also commonly referred to as coverage bins) can be easily identified as all possible combinations of the signal. This Coverage Callback consists having covergroup definition and declaration. This class' constructor gets the port configuration class handle and creating covergroups based on respective signal_enable set from port configuartion class for optional protocol signals.
svt_axi_port_monitor_def_state_cov_data_callback This callback class defines default data and event information that are used to implement the coverage groups. The naming convention uses "def_cov_data" in the class names for easy identification of these classes. This class also includes implementations of the coverage methods that respond to the coverage requests by setting the coverage data and triggering the coverage events. This implementation does not include any coverage groups. The def_cov_data callbacks classes are extended from port monitor callback class.
svt_axi_port_monitor_amba5_def_cov_callback Description-Unavailable
svt_axi_port_monitor_def_cov_callback Description-Unavailable
svt_axi_port_monitor_def_cov_data_callback The coverage data callback class defines default data and event information that are used to implement the coverage groups. The coverage data callback class is extended from callback class svt_axi_port_monitor_callback . This class itself does not contain any cover groups. The constructor of this class gets svt_axi_port_configuration handle as an argument, which is used for shaping the coverage.
svt_axi_port_monitor_sled_writer_callbacks The svt_axi_port_monitor_sled_writer_callbacks class is extended from the svt_axi_port_monitor_callback class in order to write out protocol object information.
svt_axi_port_monitor_pa_writer_callbacks The svt_axi_port_monitor_pa_writer_callbacks class is extended from the svt_axi_port_monitor_callback class in order to write out protocol object information (using the svt_xml_writer class).
svt_axi_port_monitor_system_checker_callback The svt_axi_port_monitor_system_checker_callback class is extended from the svt_axi_port_monitor_callback class in order to put transactions into a fifo that connects to the system level checker
svt_axi_port_monitor_callback Port monitor callback class contains the callback methods called by the port monitor component. The coverage callback classes are extended from port monitor callback class.
svt_axi_slave_callback Master callback class contains the callback methods called by the master component.
svt_axi_master_overlapping_addr_check_callback Master callback class contains the callback methods called by the master component.
svt_axi_master_callback Master callback class contains the callback methods called by the master component.
svt_axi_master_sequencer_callback Master sequencer callback class contains the callback methods called by the master sequencer component. Currently, this class has callbacks issued when a TLM GP transaction is converted to an AXI transaction by the sequence. The user may access these callbacks to see how a TLM GP transaction got converted to AXI transaction(s).