ForSyDe::DT::zipN< ITYPs > Class Template Reference

The zip process with variable number of inputs and one output. More...

#include <dt_process_constructors.hpp>

Inheritance diagram for ForSyDe::DT::zipN< ITYPs >:
Collaboration diagram for ForSyDe::DT::zipN< ITYPs >:

Public Member Functions

 zipN (sc_module_name _name)
 The constructor requires the module name. More...
 

Public Attributes

std::tuple< sc_fifo_in< ITYPs >... > iport
 tuple of ports for the input channels
 
sc_fifo_out< std::tuple< ITYPs... > > oport1
 port for the output channel
 

Detailed Description

template<class... ITYPs>
class ForSyDe::DT::zipN< ITYPs >

The zip process with variable number of inputs and one output.

This process "zips" the incoming signals into one signal of tuples.

Constructor & Destructor Documentation

template<class... ITYPs>
ForSyDe::DT::zipN< ITYPs >::zipN ( sc_module_name  _name)
inline

The constructor requires the module name.

It creates an SC_THREAD which reads data from its input port, zips them together and writes the results using the output port


The documentation for this class was generated from the following file: