Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAn overflow detection is not necessary, because a binary 32 bit counter counts from x"FFFFFFFF" to x"00000000" on it's own. You make it count from x"FFFFFFFF" to x"00000001" which is wrong and needs more logic.