Forum Discussion
Altera_Forum
Honored Contributor
12 years ago128 bits wide numbe
Hello every body; I know that an 8 bits number defined as alt_u8, How can I define a 128 bits wide number, as I use in in my code. Thanks
Altera_Forum
Honored Contributor
12 years agoNIOS is a 32-bit processor and the datatype sizes are described here:
http://www.altera.com/literature/hb/nios2/n2cpu_nii51016.pdf Similar to most other 32-bit processors, you will need additional (3rd party or your own) software libraries to perform 128-bit math.