SDI II Intel® Stratix 10 FPGA IP Design Example User Guide

ID 683368
Date 10/08/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

1.4. Simulating the Design

The SDI II Intel® FPGA IP design example testbench simulates one channel serial loopback design with TX instance connected to an internal video pattern generator. The serial output from the TX instance connects to the RX instance in the testbench. The testbench also includes checkers and control mechanisms.
Figure 4. Design Simulation Flow
  1. Navigate to the simulation folder of your choice.
  2. Run the simulation script for the supported simulator of your choice. The script compiles and runs the testbench in the simulator.
  3. Analyze the results.
    Table 3.  Steps to Run Simulation
    Simulator Working Directory Instructions
    Riviera-PRO* /simulation/aldec
    In the GUI, type:
    do aldec.do
    Xcelium* /simulation/xcelium
    In the command line, type:
    source xcelium_sim.sh
    ModelSim* /simulation/mentor
    In the GUI, type:
    do mentor.do
    VCS* /simulation/synopsys/vcs
    In the command line, type:
    source vcs_sim.sh
    VCS* MX /simulation/synopsys/vcsmx
    In the command line, type:
    source vcsmx_sim.sh
    A successful simulation ends with the following message:
    #### TRANSMIT TEST COMPLETED SUCCESSFULLY! ####
    #  
    #### Channel 1: RECEIVE TEST COMPLETED SUCCESSFULLY! ####