Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSo you are actually using both refclk pin pairs into the quad? That is slightly different from my designs. I have several designs that use two reference clocks, all 4 GXB in a quad with TX and RX, and dynamic reconfiguration. However, I also ran into the problem of not having enough global clocks to support all of the clock signals. What I did was use the assignment editor to tell Quartus NOT to put the recovered clock from the receiver on a global route.
e.g.set_instance_assignment -name GLOBAL_SIGNAL OFF -to *rx_clkout_wire*
Jake