Forum Discussion
Altera_Forum
Honored Contributor
12 years agoyou code isnt quite right, because it has too many ; in it. I think you mean something like:
a <= b when x = '1'
else c when y = '1'
else d when z = '1'
else e;
Remember to have the final else, otherwise you generate a latch.