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

A signed integer whose length is less than 64 bits. More...

Include dependency graph for sc_int.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_int< W >
 
class  sc_dt::sc_int< W >
 

Namespaces

 sc_dt
 

Detailed Description

A signed 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_int 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_int.h.