Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI noticed you're assigning the clock CLK_G0X4, which is internally to the FPGA, to the output register. It's good practice to create virtual clock for these. The exception is source-synchronous outputs, whereby you want to put a generated clock on the port driving the clock out and then use that as the -clock option.
What is it you're trying to do? I've never seen a need to find what clock drives the output register and then use that external and wondering if there is another way around it.