Forum Discussion
6 Replies
- Altera_Forum
Honored Contributor
1. Hold time is pretty small compared to setup time. It is usually setup that is violated.
2. Yes - if it met for 100Mhz, it will work for anything lower (IO may be different). - Altera_Forum
Honored Contributor
1. Hold time is based on the same clock edge, whereas setup time is based on consecutive clock edges. Thus hold time is not frequency dependent, whereas setup time will be.
2. Tricky's answer is correct. - Altera_Forum
Honored Contributor
thanks to both of you.
can you please elaborate about your answer to my second question? why it is ok to define the main clock of the design, lets say 100MHz, but actually inject to the fpga 80MHz clock? - Altera_Forum
Honored Contributor
Timing analysis checks to ensure the setup time is not violated. If you use a slower clock, the setup required period is the same, but the time between potential bit changes is now longer. So if it didnt break the setup timing before, it wont now.
- Altera_Forum
Honored Contributor
for setup requirements i understand.
but what about the hold requirements? skew? and other parameters? from my understanding, the skew is tailored according to specific clock that defined in the sdc file. it doesn't matter if we inject lower frequency that specified? - Altera_Forum
Honored Contributor
--- Quote Start --- for setup requirements i understand. but what about the hold requirements? skew? and other parameters? from my understanding, the skew is tailored according to specific clock that defined in the sdc file. it doesn't matter if we inject lower frequency that specified? --- Quote End --- hold is managed by fitter making sure that clock delay is never more than data delay (unless you gate the clock) skew and other delays are function of routing/temperature (not clock speed)