#include <signal_if.h>
|
using | data_t = typename select_if< BUSWDTH<=64, sc_dt::sc_uint< BUSWIDTH >, sc_dt::sc_biguint< BUSWIDTH > >::type |
|
using | user_t = typename select_if< USERWIDTH<=64, sc_dt::sc_uint< USERWIDTH >, sc_dt::sc_biguint< USERWIDTH > >::type |
|
using | strb_t = typename select_if<(BUSWDTH/8)<=64, sc_dt::sc_uint< BUSWIDTH/8 >, sc_dt::sc_biguint< BUSWIDTH/8 > >::type |
|
using | slave_types = ::axi::slave_types |
|
using | master_types = ::axi::master_types |
|
|
constexpr static bool | IS_LITE = false |
|
constexpr static unsigned int | BUSWIDTH = BUSWDTH |
|
constexpr static unsigned int | ADDRWIDTH = ADDRWDTH |
|
constexpr static unsigned int | IDWIDTH = IDWDTH |
|
constexpr static unsigned int | USERWIDTH = USERWDTH |
|
constexpr static unsigned int | AWSNOOPWIDTH = AWSNOOPWDTH |
|
constexpr static unsigned int | RESPWIDTH = RESPWDTH |
|
template<unsigned int BUSWDTH = 32, unsigned int ADDRWDTH = 32, unsigned int IDWDTH = 32, unsigned int USERWDTH = 1, unsigned int AWSNOOPWDTH = 3, unsigned int RESPWDTH = 4>
struct axi::ace_cfg< BUSWDTH, ADDRWDTH, IDWDTH, USERWDTH, AWSNOOPWDTH, RESPWDTH >
- Template Parameters
-
BUSWDTH | |
ADDRWDTH | |
IDWDTH | |
USERWDTH | |
CACHELINE | cacheline size in Bytes, defaults value is 64 bytes |
Definition at line 118 of file signal_if.h.
The documentation for this struct was generated from the following file:
- /home/eyck/git/SystemC-Components/src/interfaces/axi/signal_if.h