Visible to Intel only — GUID: bhc1411116842348
Ixiasoft
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
Visible to Intel only — GUID: bhc1411116842348
Ixiasoft
1.6.5.1. Generating the Design Example Simulation Model
After generating the IP core, generate the design example simulation testbench using the script (gen_ed_sim_verilog.tcl or gen_ed_sim_vhdl) located in the <example_design_directory>/ed_sim directory.
Note: For more information about the JESD204B design example testbench, refer to the README_DESIGN_EXAMPLE.txt file located in the <example_design_directory>/ed_sim folder.
To run the Tcl script using the Intel® Quartus® Prime sofware, follow these steps:
- Launch the Intel® Quartus® Prime software.
- On the View menu, click Utility Windows and select Tcl Console.
- In the Tcl Console, type cd <example_design_directory>/ed_sim to go to the specified directory.
- Type source gen_ed_sim_verilog.tcl (Verilog) or source gen_ed_sim_vhdl.tcl (VHDL) to generate the simulation files.
To run the Tcl script using the command line, follow these steps:
- Obtain the Intel® Quartus® Prime software resource.
- Type cd <example_design_directory>/ed_sim to go to the specified directory.
- Type quartus_sh -t gen_ed_sim_verilog.tcl (Verilog) or quartus_sh -t gen_ed_sim_vhdl.tcl (VHDL) to generate the simulation files.