Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - What is the difference between adding range and not adding range in vhdl's definition of plastic variables?
What is the difference between adding range and not adding range in vhdl's definition of plastic variables?
There's no big difference,

If you don't add it, use 32 bits to represent an integer.

By adding words to limit the bit width, the integrated circuit is simpler.

But it is best not to use variables, because you don't know what an integrated circuit looks like. Both use signals.