Forum Discussion
Altera_Forum
Honored Contributor
9 years agowait on <signal(s)> --wait on signals to change
wait for <time> --wait for the specified ammount of time
wait until <boolean expression>-- wait until the expression is true In this case I would use wait for to simulate the propagation delay, and set it to 7ns or something like that, with a simulation resolution of 1 ns. But if you have long wait times between the stimuli you could use higher factors for both.