Forum Discussion
Altera_Forum
Honored Contributor
9 years agoCase statements are for explicit constant values and need to cover all cases. If your want to use compare functions you must use an if statement.
Case statements are for explicit constant values and need to cover all cases. If your want to use compare functions you must use an if statement.