scc  2022.4.0
SystemC components library
axi::wdata_axi< CFG, TYPES > Struct Template Reference
Inheritance diagram for axi::wdata_axi< CFG, TYPES >:

Public Member Functions

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

Public Attributes

TYPES::template m2s_opt_t< sc_dt::sc_uint< CFG::IDWIDTH > > w_id {"w_id"}
 
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_full_t< bool > w_last {"w_last"}
 
TYPES::template m2s_t< bool > w_valid {"w_valid"}
 
TYPES::template s2m_t< bool > w_ready {"w_ready"}
 
TYPES::template m2s_opt_t< sc_dt::sc_uint< CFG::USERWIDTH > > w_user {"w_user"}
 
TYPES::template m2s_full_t< bool > w_ack {"w_ack"}
 
TYPES::template m2s_opt_t< bool > w_trace {"w_trace"}
 

Detailed Description

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

Definition at line 186 of file signal_if.h.


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