Definition in file rc_signal_portals.h.
Go to the source code of this file.
Namespaces | |
namespace | ReChannel |
Classes | |
class | rc_portal< sc_out< T > > |
Portal for signal output port. More... | |
class | rc_in_portal |
Portal for signal input port (named). More... | |
class | rc_inout_portal |
Portal for signal input/output port (named). More... | |
class | rc_out_portal |
Portal for signal output port (named). More... | |
Functions | |
template<class T> | |
RC_PORTAL_TEMPLATE (sc_in< T >) | |
Portal for signal input port. | |
RC_PORTAL (sc_in< bool >) | |
Portal for signal<bool> input port. | |
RC_PORTAL (sc_in< sc_logic >) | |
Portal for signal<sc_logic> input port. | |
template<class T> | |
RC_PORTAL_TEMPLATE (sc_inout< T >) | |
Portal for signal input/output port. | |
RC_PORTAL (sc_inout< bool >) | |
Portal for signal<bool> input/output port. | |
RC_PORTAL (sc_inout< sc_logic >) | |
Portal for signal<sc_logic> input/output port. | |
template<int W> | |
RC_PORTAL_TEMPLATE (sc_inout< sc_lv< W > >) | |
Portal for signal<sc_lv<W>> input/output port. |