Visible to Intel only — GUID: bhc1439360821027
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: 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 Qsys 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).