Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI think you may be misunderstand VHDL.
Integers in VHDL are of the range -2^(31) to 2^31 - 1. So the numbers are always signed. You cannot have a range of 0 to 2^32-1 in VHDL. YOu have to use unsigned/signed types for numbers with larger ranges.