ForSyDe::SDF::zip< T1, T2 > Class Template Reference
The zip process with two inputs and one output. More...
#include <sdf_process_constructors.hpp>
Inheritance diagram for ForSyDe::SDF::zip< T1, T2 >:
Collaboration diagram for ForSyDe::SDF::zip< T1, T2 >:
Public Member Functions | |
zip (sc_module_name _name, unsigned int i1toks, unsigned int i2toks) | |
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 | |
SDF_in< T1 > | iport1 |
port for the input channel 1 | |
SDF_in< T2 > | iport2 |
port for the input channel 2 | |
SDF_out< std::tuple< std::vector< T1 >, std::vector< T2 > > > | oport1 |
port for the output channel | |
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, class T2>
class ForSyDe::SDF::zip< T1, T2 >
The zip process with two inputs and one output.
This process "zips" two incoming signals into one signal of tuples.
Constructor & Destructor Documentation
template<class T1 , class T2 >
|
inline |
The constructor requires the module name.
It creates an SC_THREAD which reads data from its input ports, zips them together and writes the results using the output port
- Parameters
-
_name process name i1toks consumption rate for the first input i2toks consumption rate for the second input
The documentation for this class was generated from the following file:
- src/forsyde/sdf_process_constructors.hpp
Generated by Doxygen 1.8.11