compilation warning message
Dear Support/Expert
I have a lot of warning message while I am compiling a JESD204B project.
It may related to CDF constrain. I am learning the timing analyzer now.
if as descripted in the warning, a rx_pma_clk was not created. the function of related logic will not work, am I right? in this case, any suggestion how to fix this problem
thank you,
David
Warning(332087): The master clock for this clock assignment could not be derived. Clock: jesd204b_inst|jesd_top_qsys_0|jesd_top_qsys_0|u_jesd_top_inst|JESD_RX.u_jesd_top_rx|jesd_dec_xcvr_0|RX_XCV.i1_xcvr_jesd_rx|jesd204_0|jesd204_0|inst_phy|inst_xcvr|g_xcvr_native_insts[1]|rx_pma_clk was not created.
Hi David
Based on the design example generated from JESD204B Intel Arria 10 FPGA IP Design Example User Guide below. The design example will include top level design constraints file.
https://www.intel.com/content/www/us/en/docs/programmable/683113/
Users can modify the clock constraints in the SDC constraints file (altera_jesd204_ed_<data path>.sdc) to reflect their new clock frequency values.
See section '1.2.11.2. Changing the Data Rate or Reference Clock Frequency'
Regards
Soon