scc  2024.06
SystemC components library
tilelink::ch_c< CFG, TYPES > Struct Template Reference

C channel signals. More...

#include <signal_if.h>

Public Member Functions

 ch_c (const char *prefix)
 
template<typename OTYPES >
void bind_c (ch_b< CFG, OTYPES > &o)
 

Public Attributes

TYPES::template m2s_t< sc_dt::sc_uint< 3 > > code {"code"}
 
TYPES::template m2s_t< sc_dt::sc_uint< 3 > > param {"param"}
 
TYPES::template m2s_t< sc_dt::sc_uint< CFG::SZWIDTH > > size {"size"}
 
TYPES::template m2s_t< sc_dt::sc_uint< CFG::MIDWIDTH > > source {"source"}
 
TYPES::template m2s_t< CFG::addr_t > address {"address"}
 
TYPES::template m2s_t< CFG::data_t > data {"data"}
 
TYPES::template s2m_t< bool > corrupt {"corrupt"}
 
TYPES::template m2s_t< bool > valid {"valid"}
 
TYPES::template s2m_t< bool > ready {"ready"}
 

Detailed Description

template<typename CFG, typename TYPES = master_types>
struct tilelink::ch_c< CFG, TYPES >

C channel signals.

Definition at line 177 of file signal_if.h.


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