|
scc
2024.06
SystemC components library
|
E channel signals. More...
#include <signal_if.h>
Public Member Functions | |
| ch_e (const char *prefix) | |
| template<typename OTYPES > | |
| void | bind_e (ch_e< CFG, OTYPES > &o) |
Public Attributes | |
| TYPES::template m2s_t< sc_dt::sc_uint< CFG::SIDWIDTH > > | sink {"sink"} |
| TYPES::template m2s_t< bool > | valid {"valid"} |
| TYPES::template s2m_t< bool > | ready {"ready"} |
E channel signals.
Definition at line 254 of file signal_if.h.