|
scc 2025.09
SystemC components library
|
Public Member Functions | |
| bit_slice (T &value, unsigned base, unsigned width) | |
| bit_slice (T &value, unsigned index) | |
| operator T () const | |
| bit_slice< T > & | operator= (T v) |
| bit_slice< T > & | operator= (bit_slice< T > const &_v) |
Public Attributes | |
| T & | value |
| unsigned | base |
| unsigned | width |
|
inlineexplicit |
|
inlineexplicit |
|
inline |