sdf_process_constructors.hpp File Reference
Implements the basic process constructors in the SDF MoC. More...
Include dependency graph for sdf_process_constructors.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ForSyDe::SDF::comb< T0, T1 > |
Process constructor for a combinational process (actor) with one input and one output. More... | |
class | ForSyDe::SDF::comb2< T0, T1, T2 > |
Process constructor for a combinational process with two inputs and one output. More... | |
class | ForSyDe::SDF::comb3< T0, T1, T2, T3 > |
Process constructor for a combinational process with two inputs and one output. More... | |
class | ForSyDe::SDF::comb4< T0, T1, T2, T3, T4 > |
Process constructor for a combinational process with two inputs and one output. More... | |
class | ForSyDe::SDF::delay< T > |
Process constructor for a delay element. More... | |
class | ForSyDe::SDF::delayn< T > |
Process constructor for a n-delay element. More... | |
class | ForSyDe::SDF::constant< T > |
Process constructor for a constant source process. More... | |
class | ForSyDe::SDF::source< T > |
Process constructor for a source process. More... | |
class | ForSyDe::SDF::file_source< T > |
Process constructor for a file_source process. More... | |
class | ForSyDe::SDF::vsource< T > |
Process constructor for a source process with vector input. More... | |
class | ForSyDe::SDF::sink< T > |
Process constructor for a sink process. More... | |
class | ForSyDe::SDF::file_sink< T > |
Process constructor for a file_sink process. More... | |
class | ForSyDe::SDF::printSigs< ITYP > |
Process constructor for a multi-input print process. More... | |
class | ForSyDe::SDF::zip< T1, T2 > |
The zip process with two inputs and one output. More... | |
class | ForSyDe::SDF::zipN< Ts > |
The zip process with variable number of inputs and one output. More... | |
class | ForSyDe::SDF::unzip< T1, T2 > |
The unzip process with one input and two outputs. More... | |
class | ForSyDe::SDF::unzipN< Ts > |
The unzip process with one input and variable number of outputs. More... | |
class | ForSyDe::SDF::fanout< T > |
Process constructor for a fan-out process with one input and one output. More... | |
Namespaces | |
ForSyDe | |
The namespace for ForSyDe. | |
ForSyDe::SDF | |
The namespace for synchronous dataflow MoC. | |
Detailed Description
Implements the basic process constructors in the SDF MoC.
This file includes the basic process constructors used for modeling in the SDF model of computation.
Generated by Doxygen 1.8.11