scc  2022.4.0
SystemC components library
axi::axi4_lite_cfg< BUSWDTH, ADDRWDTH > 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::lite_slave_types
 
using master_types = ::axi::lite_master_types
 

Static Public Attributes

constexpr static bool IS_LITE = true
 
constexpr static unsigned int BUSWIDTH = BUSWDTH
 
constexpr static unsigned int ADDRWIDTH = ADDRWDTH
 
constexpr static unsigned int IDWIDTH = 0
 
constexpr static unsigned int USERWIDTH = 1
 

Detailed Description

template<unsigned int BUSWDTH = 32, unsigned int ADDRWDTH = 32>
struct axi::axi4_lite_cfg< BUSWDTH, ADDRWDTH >

Definition at line 89 of file signal_if.h.


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