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

Write address channel signals. More...

#include <signal_if.h>

Public Member Functions

 aw_axi_lite (const char *prefix)
 
template<typename OTYPES >
void bind_aw (aw_axi< CFG, OTYPES > &o)
 

Public Attributes

TYPES::template m2s_t< sc_dt::sc_uint< CFG::ADDRWIDTH > > aw_addr {"aw_addr"}
 
TYPES::template s2m_t< bool > aw_ready {"aw_ready"}
 
TYPES::template m2s_t< bool > aw_valid {"aw_valid"}
 
TYPES::template m2s_t< sc_dt::sc_uint< 3 > > aw_prot {"aw_prot"}
 

Detailed Description

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

Write address channel signals.

Definition at line 382 of file signal_if.h.


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