Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThanks Tricky and rbugalho!
Yes, all the code is synchronous. The difference in LE when I don't use "when others" and when I assign a value to the signal is huge. This is why I want to see if there is anything I can do to reduce the logic usage. I don't need priority in this system so I went first for the CASE statement usage. I was then shocked by the amount of logic generated so I started experimenting until I found that the IF statement was "more efficient"... Best regards, Thiago