Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Optimization: If vs CASE, which one?

Hello people, I was recently reading the ALTERA synthesis manual and I saw that the IF statement is more resource demanding than the CASE statement. In cases where we use a lone IF as in the fo...