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

Public Member Functions

 rresp_axi (const char *prefix)
 
template<typename OTYPES >
void bind_r (rresp_axi< CFG, OTYPES > &o)
 
template<typename OTYPES >
void bind_rresp (rresp_axi< CFG, OTYPES > &o)
 
template<typename OTYPES >
void bind_r (rresp_axi_lite< CFG, OTYPES > &o)
 
template<typename OTYPES >
void bind_rresp (rresp_axi_lite< CFG, OTYPES > &o)
 

Public Attributes

TYPES::template s2m_full_t< sc_dt::sc_uint< CFG::IDWIDTH > > r_id {"r_id"}
 
TYPES::template s2m_t< typename CFG::data_t > r_data {"r_data"}
 
TYPES::template s2m_t< sc_dt::sc_uint< 2 > > r_resp {"r_resp"}
 
TYPES::template s2m_full_t< bool > r_last {"r_last"}
 
TYPES::template s2m_t< bool > r_valid {"r_valid"}
 
TYPES::template m2s_t< bool > r_ready {"r_ready"}
 
TYPES::template s2m_opt_t< sc_dt::sc_uint< CFG::USERWIDTH > > r_user {"r_user"}
 
TYPES::template s2m_opt_t< bool > r_trace {"r_trace"}
 

Detailed Description

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

Definition at line 308 of file signal_if.h.


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