Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- No, once you assign a value to a variable, it stays at that value until it is assigned again Ensure all variables are assigned in all cases in non-clocked always blocks. They should preferably be assigned with non-blocking assignments.. --- Quote End --- Variables in a non-clocked always block should be assigned with blocking assignments. Clocked always blocks should use non-blocking assignments.