Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12745 Discussions

Is it possible to represent a 48 bit integer?

Altera_Forum
Honored Contributor II
1,436 Views

Hi everybody, 

 

I'm trying to implement a data processing function for a 48 bit integer, so I would like to know if it is possible to deal with 48 bits number in Nios I 

I'm working with Altera's standard compiler. 

 

 

Thanks in advance, 

 

Garrulillo.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
447 Views

I think the types "long long" and "unsigned long long" are 64-bit integer types. There's no native 48-bit type, though; everyone just uses 64 bits.

0 Kudos
Reply