Forum Discussion
Altera_Forum
Honored Contributor
9 years agowait for [variable] ns - Wait statement for a variable time possible?
Hello Community, I got a problem with my current coding task: I want to create a small microprocessor in VHDL to work with assembly language via my mif-file. One of my tasks should be a wait st...
Altera_Forum
Honored Contributor
9 years agoWait statements are only for simulation and indeed not synthesizable. You'll have to write a timer for this purpose.