scc  2022.4.0
SystemC components library
axi::axi4_cfg< BUSWDTH, ADDRWDTH, IDWDTH, USERWDTH > Struct Template Reference

Public Types

using data_t = typename select_if< BUSWDTH<=64, sc_dt::sc_uint< BUSWIDTH >, sc_dt::sc_biguint< BUSWIDTH > >::type
 
using slave_types = ::axi::slave_types
 
using master_types = ::axi::master_types
 

Static Public Attributes

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
 

Detailed Description

template<unsigned int BUSWDTH = 32, unsigned int ADDRWDTH = 32, unsigned int IDWDTH = 32, unsigned int USERWDTH = 1>
struct axi::axi4_cfg< BUSWDTH, ADDRWDTH, IDWDTH, USERWDTH >

Definition at line 75 of file signal_if.h.


The documentation for this struct was generated from the following file: