Visible to Intel only — GUID: bhc1415685854317
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. JESD204B Intel® FPGA IP Design Example User Guide Document Archives
1.8. Document Revision History for the JESD204B Intel® FPGA IP Design Example User Guide
Visible to Intel only — GUID: bhc1415685854317
Ixiasoft
1.6.6. Generating the Design Example For Compilation
Use the gen_quartus_synth.tcl script to generate the JESD204B design example for compilation.
Note: If you use the Tcl console in the Quartus® Prime software to generate the gen_quartus_synth.tcl script, close all Quartus® Prime project before you start generating the script.
To run the Tcl script using the Quartus® Prime software, follow these steps:
- Launch the Quartus® Prime software.
- On the View menu, click Utility Windows and select Tcl Console.
- In the Tcl Console, type cd <example_design_directory>/ed_synth to go to the specified directory.
- Type source gen_quartus_synth.tcl to generate the JESD204B design example for compilation.
To run the Tcl script using the command line, follow these steps:
- Obtain the Quartus® Prime software resource.
- Type cd <example_design_directory>/ed_synth to go to the specified directory.
- Type quartus_sh -t gen_ed_quartus_synth.tcl to generate the JESD204B design example for compilation.
Related Information