This file contains the accessors for both FIFO read and write interfaces as well as the implementation of the respective rc_fallback_interfaces.
Definition in file rc_fifo_accessors.h.
Go to the source code of this file.
Namespaces | |
namespace | ReChannel |
Classes | |
class | rc_fallback_interface< sc_fifo_in_if< T > > |
Fallback interface for a FIFO (input). More... | |
class | rc_fallback_interface< sc_fifo_out_if< T > > |
Fallback interface for a FIFO (output). More... | |
Functions | |
template<class T> | |
RC_ACCESSOR_TEMPLATE (sc_fifo_in_if< T >) | |
Accessor for a FIFO (input). | |
template<class T> | |
RC_ACCESSOR_TEMPLATE (sc_fifo_out_if< T >) | |
Accessor for a FIFO (output). |