Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI am trying to write the VHDL code to do the same job as a few of the modules! I used SLV's with these modules and it all worked OK. Then I came back to the code and started using Integers to do the calculation and found I soon went past 32bits and overflowed some of my variables (as i believe integers are limited to 32bit). So I went back and started using SLV's in my claculations as I suspect they cannot be limited in the same way as integers.
But you say that unsigned is the way to go? Can I get past 32bit arithmetic problems this way? Many thanks again tricky for your quick response! D