Visible to Intel only — GUID: bhc1438762075540
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: bhc1438762075540
Ixiasoft
1.7.4. Nios II Processor Design Example System Parameters
The top level HDL file (jesd204b_ed.sv) includes system parameters that define the configuration of the example design as a whole. You can change the values in the HDL file after generation to customize to your desired configuration but the values must fall within the supported value ranges.
Parameter | Value 19 | Description |
---|---|---|
LINK | 1, 2 | Number of JESD204B link. One link represent one JESD204B instance. |
L | 1, 2, 4, 8 | Number of lanes per converter device. |
M | 1, 2, 4, 8 | Number of converters per device. |
F | 1, 2, 4, 8 | Number of octets per frame. |
S | 1, 2 | Number of transmitted samples per converter per frame. |
N | 12–16 | Number of conversion bits per converter. |
N' | 16 | Number of transmitted bits per sample. |
CS | 0–3 | Number of JESD204B control bits per conversion sample. |
F1_FRAMECLK_DIV | 1, 4 | The divider ratio for frame_clk when F = 1 (refer to Core PLL section. |
F2_FRAMECLK_DIV | 1, 2 | The divider ratio for frame_clk when F = 2 (refer to Core PLL section.. |
POLYNOMIAL_LENGTH | 7, 9, 15, 23, 31 | Defines the polynomial length for the PRBS pattern generator and checker, which is also the equivalent number of stages for the shift register.
|
FEEDBACK_TAP | 6, 5, 14, 18, 28 | Defines the feedback tap for the PRBS pattern generator and checker. This is an intermediate stage that is XOR-ed with the last stage to generate to next PRBS bit.
|
19 Values supported or demonstrated by this design example.