ForSyDe::SDF::printSigs< ITYP > Class Template Reference
Process constructor for a multi-input print process. More...
#include <sdf_process_constructors.hpp>
Inheritance diagram for ForSyDe::SDF::printSigs< ITYP >:
Collaboration diagram for ForSyDe::SDF::printSigs< ITYP >:
Public Member Functions | |
printSigs (sc_module_name _name) | |
The constructor requires the module name. More... | |
Public Attributes | |
sc_fifo_in< ITYP > | iport |
multi-port for the input channel | |
Detailed Description
template<class ITYP>
class ForSyDe::SDF::printSigs< ITYP >
Process constructor for a multi-input print process.
This class is used to build a sink process which has a multi-port input. Its main purpose is to be used in test-benches.
The resulting process prints the sampled data as a trace in the standard output.
Constructor & Destructor Documentation
template<class ITYP >
|
inline |
The constructor requires the module name.
It creates an SC_THREAD which runs the user-imlpemented function in each cycle.
- Parameters
-
_name Process name
The documentation for this class was generated from the following file:
- src/forsyde/sdf_process_constructors.hpp
Generated by Doxygen 1.8.11