Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe wait statement was never put in to be synthesisable. It is there for modeling purposes only.
The easiest (and with FPGAs, probably the only way) is to use a clock and then you can syncronise all logic. This means you can garantee waiting times through counting clock cycles.