ForSyDe::SY::sunzipX< T1, N > Class Template Reference
The sunzipX process with one input and an array of outputs. More...
#include <sy_process_constructors_strict.hpp>
Inheritance diagram for ForSyDe::SY::sunzipX< T1, N >:

Collaboration diagram for ForSyDe::SY::sunzipX< T1, N >:

Public Member Functions | |
| sunzipX (const sc_module_name &_name) | |
| The constructor requires the module name. More... | |
| std::string | forsyde_kind () const |
| Specifying from which process constructor is the module built. | |
Public Member Functions inherited from ForSyDe::process | |
| process (sc_module_name _name) | |
| The constructor requires the module name. More... | |
Public Attributes | |
| SY_in< std::array< T1, N > > | iport1 |
| port for the input channel | |
| std::array< SY_out< T1 >, N > | oport |
| port array for the output channels | |
Additional Inherited Members | |
Protected Member Functions inherited from ForSyDe::process | |
| void | end_of_simulation () |
| This hook is used to run the clean stage. | |
Detailed Description
template<class T1, std::size_t N>
class ForSyDe::SY::sunzipX< T1, N >
The sunzipX process with one input and an array of outputs.
This process "unzips" a signal of arrays into an array of separate signals
Constructor & Destructor Documentation
template<class T1 , std::size_t N>
|
inline |
The constructor requires the module name.
It creates an SC_THREAD which reads data from its input ports, unzips them and writes the results using the output ports
- Parameters
-
_name process name
The documentation for this class was generated from the following file:
- src/forsyde/sy_process_constructors_strict.hpp
Generated by Doxygen 1.8.11

Public Member Functions inherited from