scc 2025.09
SystemC components library
axi::aw_axi< CFG, TYPES > Struct Template Reference

Public Member Functions

 aw_axi (const char *prefix)
template<typename OTYPES>
void bind_aw (aw_axi< CFG, OTYPES > &o)
template<typename OTYPES>
void bind_aw (aw_axi_lite< CFG, OTYPES > &o)

Public Attributes

TYPES::template m2s_full_t< sc_dt::sc_uint< CFG::IDWIDTH > > aw_id {"aw_id"}
TYPES::template m2s_t< sc_dt::sc_uint< CFG::ADDRWIDTH > > aw_addr {"aw_addr"}
TYPES::template s2m_t< bool > aw_ready {"aw_ready"}
TYPES::template m2s_full_t< bool > aw_lock {"aw_lock"}
TYPES::template m2s_t< bool > aw_valid {"aw_valid"}
TYPES::template m2s_t< sc_dt::sc_uint< 3 > > aw_prot {"aw_prot"}
TYPES::template m2s_full_t< sc_dt::sc_uint< 3 > > aw_size {"aw_size"}
TYPES::template m2s_full_t< sc_dt::sc_uint< 4 > > aw_cache {"aw_cache"}
TYPES::template m2s_full_t< sc_dt::sc_uint< 2 > > aw_burst {"aw_burst"}
TYPES::template m2s_full_t< sc_dt::sc_uint< 4 > > aw_qos {"aw_qos"}
TYPES::template m2s_full_t< sc_dt::sc_uint< 4 > > aw_region {"aw_region"}
TYPES::template m2s_full_t< sc_dt::sc_uint< 8 > > aw_len {"aw_len"}
TYPES::template m2s_opt_t< typename CFG::user_t > aw_user {"aw_user"}
TYPES::template m2s_opt_t< sc_dt::sc_uint< 6 > > aw_atop {"aw_atop"}

Detailed Description

template<typename CFG, typename TYPES = master_types>
struct axi::aw_axi< CFG, TYPES >

Definition at line 145 of file signal_if.h.

Constructor & Destructor Documentation

◆ aw_axi()

template<typename CFG, typename TYPES = master_types>
axi::aw_axi< CFG, TYPES >::aw_axi ( const char * prefix)
inline

Definition at line 162 of file signal_if.h.

Member Function Documentation

◆ bind_aw() [1/2]

template<typename CFG, typename TYPES = master_types>
template<typename OTYPES>
void axi::aw_axi< CFG, TYPES >::bind_aw ( aw_axi< CFG, OTYPES > & o)
inline

Definition at line 178 of file signal_if.h.

◆ bind_aw() [2/2]

template<typename CFG, typename TYPES>
template<typename OTYPES>
void axi::aw_axi< CFG, TYPES >::bind_aw ( aw_axi_lite< CFG, OTYPES > & o)
inline

Definition at line 737 of file signal_if.h.

Member Data Documentation

◆ aw_addr

template<typename CFG, typename TYPES = master_types>
TYPES::template m2s_t<sc_dt::sc_uint<CFG::ADDRWIDTH> > axi::aw_axi< CFG, TYPES >::aw_addr {"aw_addr"}

Definition at line 147 of file signal_if.h.

◆ aw_atop

template<typename CFG, typename TYPES = master_types>
TYPES::template m2s_opt_t<sc_dt::sc_uint<6> > axi::aw_axi< CFG, TYPES >::aw_atop {"aw_atop"}

Definition at line 159 of file signal_if.h.

◆ aw_burst

template<typename CFG, typename TYPES = master_types>
TYPES::template m2s_full_t<sc_dt::sc_uint<2> > axi::aw_axi< CFG, TYPES >::aw_burst {"aw_burst"}

Definition at line 154 of file signal_if.h.

◆ aw_cache

template<typename CFG, typename TYPES = master_types>
TYPES::template m2s_full_t<sc_dt::sc_uint<4> > axi::aw_axi< CFG, TYPES >::aw_cache {"aw_cache"}

Definition at line 153 of file signal_if.h.

◆ aw_id

template<typename CFG, typename TYPES = master_types>
TYPES::template m2s_full_t<sc_dt::sc_uint<CFG::IDWIDTH> > axi::aw_axi< CFG, TYPES >::aw_id {"aw_id"}

Definition at line 146 of file signal_if.h.

◆ aw_len

template<typename CFG, typename TYPES = master_types>
TYPES::template m2s_full_t<sc_dt::sc_uint<8> > axi::aw_axi< CFG, TYPES >::aw_len {"aw_len"}

Definition at line 157 of file signal_if.h.

◆ aw_lock

template<typename CFG, typename TYPES = master_types>
TYPES::template m2s_full_t<bool> axi::aw_axi< CFG, TYPES >::aw_lock {"aw_lock"}

Definition at line 149 of file signal_if.h.

◆ aw_prot

template<typename CFG, typename TYPES = master_types>
TYPES::template m2s_t<sc_dt::sc_uint<3> > axi::aw_axi< CFG, TYPES >::aw_prot {"aw_prot"}

Definition at line 151 of file signal_if.h.

◆ aw_qos

template<typename CFG, typename TYPES = master_types>
TYPES::template m2s_full_t<sc_dt::sc_uint<4> > axi::aw_axi< CFG, TYPES >::aw_qos {"aw_qos"}

Definition at line 155 of file signal_if.h.

◆ aw_ready

template<typename CFG, typename TYPES = master_types>
TYPES::template s2m_t<bool> axi::aw_axi< CFG, TYPES >::aw_ready {"aw_ready"}

Definition at line 148 of file signal_if.h.

◆ aw_region

template<typename CFG, typename TYPES = master_types>
TYPES::template m2s_full_t<sc_dt::sc_uint<4> > axi::aw_axi< CFG, TYPES >::aw_region {"aw_region"}

Definition at line 156 of file signal_if.h.

◆ aw_size

template<typename CFG, typename TYPES = master_types>
TYPES::template m2s_full_t<sc_dt::sc_uint<3> > axi::aw_axi< CFG, TYPES >::aw_size {"aw_size"}

Definition at line 152 of file signal_if.h.

◆ aw_user

template<typename CFG, typename TYPES = master_types>
TYPES::template m2s_opt_t<typename CFG::user_t> axi::aw_axi< CFG, TYPES >::aw_user {"aw_user"}

Definition at line 158 of file signal_if.h.

◆ aw_valid

template<typename CFG, typename TYPES = master_types>
TYPES::template m2s_t<bool> axi::aw_axi< CFG, TYPES >::aw_valid {"aw_valid"}

Definition at line 150 of file signal_if.h.


The documentation for this struct was generated from the following file:
  • /home/eyck/Projects/MINRES/SystemC-Components/src/interfaces/axi/signal_if.h