scc  2022.4.0
SystemC components library
axi::b_axi< CFG, TYPES > Struct Template Reference
Inheritance diagram for axi::b_axi< CFG, TYPES >:

Public Member Functions

 b_axi (const char *prefix)
 
template<typename OTYPES >
void bind_b (b_axi< CFG, OTYPES > &o)
 
template<typename OTYPES >
void bind_b (b_axi_lite< CFG, OTYPES > &o)
 

Public Attributes

TYPES::template s2m_t< bool > b_valid {"b_valid"}
 
TYPES::template m2s_t< bool > b_ready {"b_ready"}
 
TYPES::template s2m_full_t< sc_dt::sc_uint< CFG::IDWIDTH > > b_id {"b_id"}
 
TYPES::template s2m_t< sc_dt::sc_uint< 2 > > b_resp {"b_resp"}
 
TYPES::template s2m_opt_t< sc_dt::sc_uint< CFG::USERWIDTH > > b_user {"b_user"}
 
TYPES::template s2m_opt_t< bool > b_trace {"b_trace"}
 

Detailed Description

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

Definition at line 227 of file signal_if.h.


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