Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi
Q <= "00" WHEN ... ELSE ... else ... :oops: You should write
Q <= "00" WHEN ... ELSE
... WHEN ... ELSE
...;Hi
Q <= "00" WHEN ... ELSE ... else ... :oops: You should write
Q <= "00" WHEN ... ELSE
... WHEN ... ELSE
...;