Forum Discussion
Altera_Forum
Honored Contributor
10 years agoIt doesn't sound abnormal. The clock network in the FPGA introduces a delay. If this is more than you can handle, then you need to specify in the time constraints the maximum delay that you can handle. Then if Quartus can't meet your timing requirement, you'll probably need to feed your clock input into a pll, from it generate an output with a delay and adjust the delay until you get what you want.
But are you sure you need this? Usually as long as the receiving component gets its signal before the rising edge of the clock, everything is fine.