JESD204B Intel® Stratix® 10 FPGA IP Design Example User Guide

ID 683758
Date 10/14/2022
Public
Document Table of Contents

1.2.10.1. Modifying the JESD204B IP Core Parameters

The Platform Designer tool allows only a limited set of design examples to be generated based on the JESD204B IP core parameters selected.

Perform the following instructions to modify the JESD204B IP core parameters post-generation:

  1. Open the generated design example project in the Intel® Quartus® Prime software.
  2. Open the altjesd_ss_<data path>.qsys system in Platform Designer.
  3. In the System Contents tab, double-click the altjesd_<data path> module. This brings up the parameter editor that shows the current parameter settings of the JESD204B IP core.
  4. Modify the parameters of the JESD204B IP core module as per your system specifications. When you are done, save the Platform Designer system (File > Save).
    Note: The JESD204B IP core and transport layer imposes certain limits on the values that can be entered as parameters. Refer to the JESD204B Intel® FPGA IP User Guide for a complete listing of the legal parameter values.
  5. Click the Generate HDL to generate the HDL files needed for Intel® Quartus® Prime compilation.
  6. After the HDL generation is completed, click the Finish to save your settings and exit Platform Designer.
  7. You have to manually change the system parameters in the top level RTL file to match the parameters that you set in the Platform Designer project, if applicable. Open the top level RTL file (altera_jesd204_ed_<data path>.sv) in any text editor of your choice.
  8. Modify the system parameters at the top of the file to match the new JESD204B IP core settings in the Platform Designer project, if applicable.
  9. Save the file and compile the design in Intel® Quartus® Prime software as per the instructions in the Compiling and Testing the Design.