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

read address channel signals More...

#include <signal_if.h>

Public Member Functions

 ar_axi_lite (const char *prefix)
 
template<typename OTYPES >
void bind_ar (ar_axi< CFG, OTYPES > &o)
 

Public Attributes

TYPES::template m2s_t< sc_dt::sc_uint< CFG::ADDRWIDTH > > ar_addr {"ar_addr"}
 
TYPES::template m2s_t< sc_dt::sc_uint< 3 > > ar_prot {"ar_prot"}
 
TYPES::template m2s_t< bool > ar_valid {"ar_valid"}
 
TYPES::template s2m_t< bool > ar_ready {"ar_ready"}
 

Detailed Description

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

read address channel signals

Definition at line 445 of file signal_if.h.


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