Forum Discussion
SreekumarR_G_Intel
Frequent Contributor
6 years agoHello ,
Can you try to promote the reference clock (clock input) manually ?
Here is the quartus prime setting assignment ,
set_instance_assignment -name GLOBAL_SIGNAL GLOBAL_CLOCK -to <name of toplevel reference clock input port>
kindly let me know how it go ?
Thank you ,
Regards,
Sree
RBach6
New Contributor
6 years agoHi Sree,
thanks for the reply. I tried the following as per your suggestion
reference clock going to two different banks and two plls
one bank refclk->pll0->serdes(with 7 channels)
second bank refclk->pll1->serdes(with 2 channels)
and added the set_instance_assignment -name GLOBAL_SIGNAL GLOBAL_CLOCK -to <name of toplevel reference clock input port> in the qsf file
the compiler failed at the placement stage, reason being fitter can't place logic LVDS_CLOCK_TREE that is part of LVDS SERDES INTEL FPGA IP
it almost looks like, I won't be able to test this withe the existing set up. please let me know, if I can add any other constraints to bypass it
Thanks,
Ramakrishna