Forum Discussion
Moki
New Contributor
7 years agoI had a similar problem, because my input clock was marked as a global clock.
Removing this from my .qsf file solved the issue:
set_instance_assignment -name GLOBAL_SIGNAL "GLOBAL CLOCK" -to clk
I had a similar problem, because my input clock was marked as a global clock.
Removing this from my .qsf file solved the issue:
set_instance_assignment -name GLOBAL_SIGNAL "GLOBAL CLOCK" -to clk