Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

question about integer type

Hi ALL,

I am wondering what is the largest value of an integer in vhdl?Thanks!

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

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

    Anyway, the actual range is implementation dependent and can be 64bit.