Forum Discussion
Altera_Forum
Honored Contributor
11 years agoUsing not gates and logic to delay signals is a very bad idea. The actual delay is dependant upon the routing generated during compilation and temperature, so your delay will change every time you re-compile the chip.
It is much safer to use synchronous logic with extra timing specs attached to output pins if you really need to delay an output signal.