Forum Discussion
Altera_Forum
Honored Contributor
17 years agoI suggest you to use a synchronous approach to this problem. You should use a clock with period equal to the desired delay and use a simple VHDL block to produce the output after a clock edge.
The asynchronous solutions are always less reliable than the synchronous ones, so I don't recommend you to use them.