Timing Constraints for Cyclone 10GX PHY Interlaken
Hi,
I'm trying to run the PHY transceivers on a Cyclone 10GX in Interlaken mode.
While synthesising, there appears a "Timing requirements not met" critical warning. The problematic paths are for the following clocks:
unitname|xcvr_native_a10_0|rx_coreclkin
unitname|xcvr_native_a10_0|rx_pma_clk
unitname|xcvr_native_a10_0|tx_coreclkin
unitname|xcvr_native_a10_0|tx_pma_clk
I suppose there are some timing constraints missing? The only information about the timing constraints I could found, is to add
derive_pll_clocks -create_base_clocksto the sdc file. But this doesn't solve the problem but adds another warning:
"Warning(332157): The base clock assignment for generated clock unitname|xcvr_native_a10_0|g_xcvr_native_insts[0].twentynm_xcvr_native_inst|twentynm_xcvr_native_inst|inst_twentynm_pcs|gen_twentynm_hssi_tx_pld_pcs_interface.inst_twentynm_hssi_tx_pld_pcs_interface|pld_tx_clk cannot be derived"
Can you please give me a hint, how the required timing constraints have to look like?
Thanks