SystemC
2.3.2
Accellera SystemC proof-of-concept library
|
Template class sc_int<W> is the interface that the user sees. More...
#include <sysc/datatypes/int/sc_int.h>
Template class sc_int<W> is the interface that the user sees.
It is derived from sc_int_base and most of its methods are just wrappers that call the corresponding method in the parent class. Note that the length of sc_int datatype is specified as a template parameter.