Forum Discussion
Altera_Forum
Honored Contributor
13 years agoOver/underflowing is a perfectly normal behavior when using a bit type, and no tool should throw an error (I dont know how you would synthesis a checker for it anyway without specifically building one).
Integer on the other hand will not overflow in simulation, you'll get an error, but on an FPGA it will overflow.