This file contains the exportals for the sc_signal_inout_if<T> and sc_signal_in_if<T> interfaces.
Definition in file rc_signal_exportals.h.
Go to the source code of this file.
Namespaces | |
namespace | ReChannel |
Functions | |
template<class T> | |
RC_EXPORTAL_TEMPLATE (sc_signal_in_if< T >) | |
Exportal switch for a signal (input). | |
RC_EXPORTAL (sc_signal_in_if< bool >) | |
Exportal switch for signal<bool> (input). | |
RC_EXPORTAL (sc_signal_in_if< sc_logic >) | |
Exportal switch for signal<sc_logic> (input). | |
template<int W> | |
RC_EXPORTAL_TEMPLATE (sc_signal_in_if< sc_lv< W > >) | |
Exportal switch for signal<sc_lv<W>> (input). | |
template<class T> | |
RC_EXPORTAL_TEMPLATE (sc_signal_inout_if< T >) | |
Exportal switch for a signal (input+output). | |
RC_EXPORTAL (sc_signal_inout_if< bool >) | |
Exportal switch for signal<bool> (input+output). | |
RC_EXPORTAL (sc_signal_inout_if< sc_logic >) | |
Exportal switch for signal<sc_logic> (input+output). | |
template<int W> | |
RC_EXPORTAL_TEMPLATE (sc_signal_inout_if< sc_lv< W > >) | |
Exportal switch for signal<sc_lv<W>> (input+output). |