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

Read data channel signals. More...

#include <signal_if.h>

Public Member Functions

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

Public Attributes

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_t< bool > r_valid {"r_valid"}
 
TYPES::template m2s_t< bool > r_ready {"r_ready"}
 

Detailed Description

template<typename CFG, typename TYPES>
struct axi::rresp_axi_lite< CFG, TYPES >

Read data channel signals.

Definition at line 467 of file signal_if.h.


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