scc 2025.09
SystemC components library
axi::b_axi_lite< CFG, TYPES > Struct Template Reference

write response channel signals More...

#include <signal_if.h>

Public Member Functions

 b_axi_lite (const char *prefix)
template<typename OTYPES>
void bind_b (b_axi< 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_t< sc_dt::sc_uint< 2 > > b_resp {"b_resp"}

Detailed Description

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

write response channel signals

Definition at line 439 of file signal_if.h.

Constructor & Destructor Documentation

◆ b_axi_lite()

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

Definition at line 445 of file signal_if.h.

Member Function Documentation

◆ bind_b()

template<typename CFG, typename TYPES>
template<typename OTYPES>
void axi::b_axi_lite< CFG, TYPES >::bind_b ( b_axi< CFG, OTYPES > & o)
inline

Definition at line 450 of file signal_if.h.

Member Data Documentation

◆ b_ready

template<typename CFG, typename TYPES>
TYPES::template m2s_t<bool> axi::b_axi_lite< CFG, TYPES >::b_ready {"b_ready"}

Definition at line 441 of file signal_if.h.

◆ b_resp

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

Definition at line 442 of file signal_if.h.

◆ b_valid

template<typename CFG, typename TYPES>
TYPES::template s2m_t<bool> axi::b_axi_lite< CFG, TYPES >::b_valid {"b_valid"}

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