Forum Discussion
Altera_Forum
Honored Contributor
14 years agowait statement
hii, can we use wait statement in vhdl for assigning values to a variable? if possible please give the syntax... thank you for spending your great time.
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- hii, can we use wait statement in vhdl for assigning values to a variable? if possible please give the syntax... thank you for spending your great time. --- Quote End --- No. A wait statement does what it says it 'waits', it suspends that process. Variable are assigned with the variable assignment := like this x := 2; Kevin Jennings