SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
An unsigned integer whose length is less than 64 bits. More...
#include "sysc/datatypes/int/sc_uint_base.h"
Go to the source code of this file.
Classes | |
class | sc_dt::sc_uint< W > |
class | sc_dt::sc_uint< W > |
Namespaces | |
sc_dt | |
An unsigned integer whose length is less than 64 bits.
Unlike arbitrary precision, arithmetic and bitwise operations are performed using the native types (hence capped at 64 bits). The sc_uint integer is useful when the user does not need arbitrary precision and the performance is superior to sc_bigint/sc_biguint.
Original Author: Amit Rao, Synopsys, Inc.
Definition in file sc_uint.h.