Forum Discussion
Altera_Forum
Honored Contributor
17 years agoOops. I used the wrong version.
Please change "if (in__ == out)" to "if (in__ != out)". Also, rather than "out <= ~out;" using the equivalent "out <= in__;" may be more readable. TommyOops. I used the wrong version.
Please change "if (in__ == out)" to "if (in__ != out)". Also, rather than "out <= ~out;" using the equivalent "out <= in__;" may be more readable. Tommy