Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- will the state signal be changed --- Quote End --- No, according to general VHDL rules for sequential processes. All assignments get valid after the process ends. --- Quote Start --- how many assignment operators can be performed within that CASE statement?? --- Quote End --- Unlimited. In addition, in process, you can have multiple assignments to a signal. The last wins.