Forum Discussion
Altera_Forum
Honored Contributor
15 years agoWhere does the clock CLK_OUT come from? Is it clean?
I think that you should remove EVBCONDB_reg from the sensitivity list and only leave the clock (and a reset input, if possible). You should update multiplier in the process under the line where you update EVBCONDB_reg. I don't know how Quartus will synthesize this, but the simulator may execute several times the process after a rising edge of the clock, because of the changes in EVBCONDB_reg.