Forum Discussion
Altera_Forum
Honored Contributor
18 years agoI think the problem may occur with the coding style.
When you can use "case......when.......", it's better to use it instead of "if......else.....", because the if_else coding style is easy to cause output signal inconstant in some conditions like yours. Try it, it may work! Good luck!