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