scc  2022.4.0
SystemC components library
axi::rresp_ace< CFG, TYPES > Struct Template Reference

Public Member Functions

 rresp_ace (const char *prefix)
 
template<typename OTYPES >
void bind_r (rresp_ace< CFG, OTYPES > &o)
 
template<typename OTYPES >
void bind_rresp (rresp_ace< 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< CFG::RESPWIDTH > > 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"}
 
TYPES::template m2s_t< bool > r_ack {"r_ack"}
 

Detailed Description

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

Definition at line 344 of file signal_if.h.


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