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

write data channel signals More...

#include <signal_if.h>

Public Member Functions

 wdata_axi_lite (const char *prefix)
 
template<typename OTYPES >
void bind_w (wdata_axi< CFG, OTYPES > &o)
 

Public Attributes

TYPES::template m2s_t< typename CFG::data_t > w_data {"w_data"}
 
TYPES::template m2s_t< sc_dt::sc_uint< CFG::BUSWIDTH/8 > > w_strb {"w_strb"}
 
TYPES::template m2s_t< bool > w_valid {"w_valid"}
 
TYPES::template s2m_t< bool > w_ready {"w_ready"}
 

Detailed Description

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

write data channel signals

Definition at line 404 of file signal_if.h.


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