Forum Discussion
Altera_Forum
Honored Contributor
13 years agowait statement error
hello, here i'm getting error in using of wait statement. how to use wait statement for executing an event after a particular time like after every 83 ns high and low respectively?
Altera_Forum
Honored Contributor
13 years agoplease post your code.
wait statements with specific delays are not appropriate for synthesis, only simulation. For synthesis you need to use counters to wait for the specified time.