Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16597 Discussions

Use the LVDS SERDES inter FPGA IP error

fu_aolin
Beginner
501 Views
Quartus prime pro 20.1 Use the LVDS SERDES inter FPGA IP The IP core is configured as follows General Settings FUNCTIONAL MODE:TX Number of channels:5 Data rate:616.0 Mbps SERDES factor:7 PLL Settings Desired inclock frequency:88.0MHz Enable pll_areset port(selected) Transmitter Settings Tx core registers clock:tx_coreclock wire [4:0] tx_out_y; assign cl_y_p = tx_out_y[3:0] ; assign cl_yclk_p = tx_out_y[4] ; output [3:0] cl_y_p, output cl_yclk_p, Camlink_internal_PLL cam_y_serdes( .tx_in (cl_datain_y), .tx_out (tx_out_y), .pll_areset (1'b0), .inclock (clkin), .pll_locked (pll_lockedy) When compiling, it prompts an error, the error is as follows The permit_cal input port of IOPLL "Cam_full_altera|cam_y_serdes|lvds_0|core|arch_inst|pll_inst|internal_pll|stratix10_altera_iopll_i|s10_iopll.fourteennm_pll" is not connected correctly. Enable and export the permit_cal port of downstream IOPLL "Cam_full_altera|cam_y_serdes|lvds_0|core|arch_inst|pll_inst|internal_pll|stratix10_altera_iopll_i|s10_iopll.fourteennm_pll" with the Platform Designer GUI and connect to the locked output of upstream IOPLL "sys_pll_inst|iopll_0|stratix10_altera_iopll_i|s10_iopll.fourteennm_pll"
0 Kudos
2 Replies
Ash_R_Intel
Employee
484 Views

Hi,

May I know what is the part number that you have selected.

Meanwhile, I found two articles related to error message that you posted:


https://www.intel.in/content/www/in/en/support/programmable/articles/000080799.html


https://www.intel.in/content/www/in/en/support/programmable/articles/000086761.html


Regards


0 Kudos
Ash_R_Intel
Employee
481 Views

Hi,


Any update? Were you able to resolve the case? Were those two links useful for you?


Regards


0 Kudos
Reply