Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 Discussions

question about integer type

Altera_Forum
Honored Contributor II
1,468 Views

Hi ALL, 

 

I am wondering what is the largest value of an integer in vhdl?Thanks!
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
737 Views

According to VHDL standard, integer range should include -2147483647 to +2147483647 (32bit signed). 

Anyway, the actual range is implementation dependent and can be 64bit.
0 Kudos
Altera_Forum
Honored Contributor II
737 Views

It's 32 bit signed in Quartus.

0 Kudos
Reply