scc
2024.06
SystemC components library
|
#include <signal_if.h>
Public Types | |
using | addr_t = typename select_if< A<=64, sc_dt::sc_uint< ADDRWIDTH >, sc_dt::sc_biguint< ADDRWIDTH > >::type |
using | mask_t = typename select_if< W<=64, sc_dt::sc_uint< MASKWIDTH >, sc_dt::sc_biguint< MASKWIDTH > >::type |
using | data_t = typename select_if<(8 *W)<=64, sc_dt::sc_uint< BUSWIDTH >, sc_dt::sc_biguint< BUSWIDTH > >::type |
using | slave_types = ::tilelink::slave_types |
using | master_types = ::tilelink::master_types |
W | Width of the data bus in bytes. Must be a power of two. |
A | Width of each address field in bits. |
Z | Width of each size field in bits. |
O | Number of bits needed to disambiguate per-link master sources. |
I | cacheline size in Bytes, defaults value is 64 bytes |
Definition at line 68 of file signal_if.h.