JESD204B IP Core Design Example User Guide

ID 683094
Date 11/06/2017
Public

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

Document Table of Contents

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 Intel® Quartus® Prime software to generate the gen_quartus_synth.tcl script, close all Intel® Quartus® Prime project before you start generating the script.

To run the Tcl script using the Intel® Quartus® Prime sofware, follow these steps:

  1. Launch the Intel® Quartus® Prime software.
  2. On the View menu, click Utility Windows and select Tcl Console.
  3. In the Tcl Console, type cd <example_design_directory>/ed_synth to go to the specified directory.
  4. 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:

  1. Obtain the Intel® Quartus® Prime software resource.
  2. Type cd <example_design_directory>/ed_synth to go to the specified directory.
  3. Type quartus_sh -t gen_ed_quartus_synth.tcl to generate the JESD204B design example for compilation.