scc 2025.09
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 480 of file signal_if.h.

Constructor & Destructor Documentation

◆ rresp_axi_lite()

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

Definition at line 487 of file signal_if.h.

Member Function Documentation

◆ bind_r()

template<typename CFG, typename TYPES>
template<typename OTYPES>
void axi::rresp_axi_lite< CFG, TYPES >::bind_r ( rresp_axi< CFG, OTYPES > & o)
inline

Definition at line 493 of file signal_if.h.

Member Data Documentation

◆ r_data

template<typename CFG, typename TYPES>
TYPES::template s2m_t<typename CFG::data_t> axi::rresp_axi_lite< CFG, TYPES >::r_data {"r_data"}

Definition at line 481 of file signal_if.h.

◆ r_ready

template<typename CFG, typename TYPES>
TYPES::template m2s_t<bool> axi::rresp_axi_lite< CFG, TYPES >::r_ready {"r_ready"}

Definition at line 484 of file signal_if.h.

◆ r_resp

template<typename CFG, typename TYPES>
TYPES::template s2m_t<sc_dt::sc_uint<2> > axi::rresp_axi_lite< CFG, TYPES >::r_resp {"r_resp"}

Definition at line 482 of file signal_if.h.

◆ r_valid

template<typename CFG, typename TYPES>
TYPES::template s2m_t<bool> axi::rresp_axi_lite< CFG, TYPES >::r_valid {"r_valid"}

Definition at line 483 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