JESD204B Intel® FPGA IP Design Example User Guide: Intel® Quartus® Prime Standard Edition
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: bhc1439360821027
Ixiasoft
Visible to Intel only — GUID: bhc1439360821027
Ixiasoft
1.7.9.3.2. Editing the Top Level HDL File
- Open the top level HDL file (jesd204b_ed.sv) in any text editor.
- Modify the LINK system parameter to reflect the number of links in your design.
- Replace the single-link jesd204b_ed_qsys instance with the multi-link instance generated earlier as shown in Editing the Platform Designer (Standard) Project.
- Reconnect all the ports that are similar between the single-link jesd204b_ed_qsys instance and the multi-link instance.
- The ports that are new in the multi-link jesd204b_ed_qsys instance are associated with the jesd204b_subsystem_1 module. Connect the ports that have the jesd204b_subsystem_1_* prefix in the same manner as shown below:
.jesd204b_subsystem_1_jesd204b_txlink_rst_n_reset_n(tx_link_rst_n[1])
- Save the file and compile the design in the Intel® Quartus® Prime software.
Ensure that any additional pins that are created from the addition of multi-links (for example, tx_serial_data and rx_serial_data pins) have proper pin assignments in the Quartus settings file (jesd204b_ed.qsf).