A newer version of this document is available. Customers should click here to go to the newest version.
1.1. JESD204B Design Example Quick Start Guide
1.2. Supported Configurations
1.3. Generic Design Example
1.4. Presets
1.5. Selecting and Generating the Design Example
1.6. Design Example with RTL State Machine Control Unit
1.7. Design Example with Nios II Processor Control Unit
1.8. JESD204B IP Core Design Example Document Archives
1.9. JESD204B IP Core Design Example User Guide Document Revision History
1.7.1. Design Example Components
1.7.2. System Clocking
1.7.3. Nios II Processor Design Example Files
1.7.4. Nios II Processor Design Example System Parameters
1.7.5. Nios II Processor Design Example System Interface Signals
1.7.6. Compiling the Design Example for Synthesis
1.7.7. Implementing the Design on the Development Kit
1.7.8. Running the Software Control Flow
1.7.9. Customizing the Design Example
1.6.5.2. Simulating the JESD204B IP Core Design Example
By default, the Intel® Quartus® Prime software generates simulator-specific scripts containing commands to compile, elaborate, and simulate Intel® FPGA IP models and simulation model library files. You can copy the commands into your simulation testbench script, or edit these files to add commands for compiling, elaborating, and simulating your design and testbench.
To simulate the design using the ModelSim- Intel® SE/AE simulator, follow these steps:
- Start the ModelSim- Intel® simulator.
- On the File menu, click Change Directory > Select <example_design_directory>/ed_sim/testbench/mentor.
- On the File menu, click Load > Macro file. Select run_tb_top.tcl. This file compiles the design and runs the simulation automatically, providing a pass/fail indication on completion.
To simulate the design using the VCS MX simulator (in Linux), follow these steps:
- Start the VCS MX simulator.
- On the File menu, click Change Directory > Select <example_design_directory>/ed_sim/testbench/synopsys/vcsmx.
- Run run_tb_top.sh. This file compiles the design and runs the simulation automatically, providing a pass/fail indication on completion.
To simulate the design using the Aldec Riviera-PRO simulator, follow these steps:
- Start the Aldec Riviera-PRO simulator.
- On the File menu, click Change Directory > Select <example_design_directory>/ed_sim/testbench/aldec.
- On the Tools menu, click Execute Macro. Select run_tb_top.tcl. This file compiles the design and runs the simulation automatically, providing a pass/fail indication on completion.
Note: VHDL is not supported in Aldec Riviera (for Arria 10 devices only) simulator.