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 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