SystemC  2.3.2
Accellera SystemC proof-of-concept library
sc_uint.h File Reference

An unsigned integer whose length is less than 64 bits. More...

Include dependency graph for sc_uint.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sc_dt::sc_uint< W >
 
class  sc_dt::sc_uint< W >
 

Namespaces

 sc_dt
 

Detailed Description

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.