Forum Discussion
Altera_Forum
Honored Contributor
13 years agoJust curious, why use this complicated overflow detector. All you need just extend your addition or subtraction result by 1 bit then you can check if there is overflow or not in all cases if bit(8) /= bit(7). Or am I missing something?