Forum Discussion
Altera_Forum
Honored Contributor
15 years agoYou basicaly need to add soething like this somewhere in your code
if (input == 1001) begin input <= 4'b0; end But I guess you have no clue where to add it right ? Well, I can not help you there, not without the code.