sy_process_constructors.hpp File Reference

Implements the basic process constructors in the SY MoC. More...

#include <functional>
#include <tuple>
#include <array>
#include <algorithm>
#include "abst_ext.hpp"
#include "sy_process.hpp"
Include dependency graph for sy_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::SY::comb< T0, T1 >
 Process constructor for a combinational process with one input and one output. More...
 
class  ForSyDe::SY::comb2< T0, T1, T2 >
 Process constructor for a combinational process with two inputs and one output. More...
 
class  ForSyDe::SY::comb3< T0, T1, T2, T3 >
 Process constructor for a combinational process with three inputs and one output. More...
 
class  ForSyDe::SY::comb4< T0, T1, T2, T3, T4 >
 Process constructor for a combinational process with four inputs and one output. More...
 
class  ForSyDe::SY::combX< T0, T1, N >
 Process constructor for a combinational process with an array of inputs and one output. More...
 
class  ForSyDe::SY::delay< T >
 Process constructor for a delay element. More...
 
class  ForSyDe::SY::delayn< T >
 Process constructor for a n-delay element. More...
 
class  ForSyDe::SY::moore< IT, ST, OT >
 Process constructor for a Moore machine. More...
 
class  ForSyDe::SY::mealy< IT, ST, OT >
 Process constructor for a Mealy machine. More...
 
class  ForSyDe::SY::fill< T >
 Process constructor for a fill process. More...
 
class  ForSyDe::SY::hold< T >
 Process constructor for a hold process. More...
 
class  ForSyDe::SY::constant< T >
 Process constructor for a constant source process. More...
 
class  ForSyDe::SY::source< T >
 Process constructor for a source process. More...
 
class  ForSyDe::SY::file_source< T >
 Process constructor for a file_source process. More...
 
class  ForSyDe::SY::vsource< T >
 Process constructor for a source process with vector input. More...
 
class  ForSyDe::SY::sink< T >
 Process constructor for a sink process. More...
 
class  ForSyDe::SY::file_sink< T >
 Process constructor for a file_sink process. More...
 
class  ForSyDe::SY::zip< T1, T2 >
 The zip process with two inputs and one output. More...
 
class  ForSyDe::SY::zipX< T1, N >
 The zipX process with an array of inputs and one output. More...
 
class  ForSyDe::SY::zipN< Ts >
 The zip process with variable number of inputs and one output. More...
 
class  ForSyDe::SY::unzip< T1, T2 >
 The unzip process with one input and two outputs. More...
 
class  ForSyDe::SY::unzipX< T1, N >
 The unzipX process with one input and an array of outputs. More...
 
class  ForSyDe::SY::unzipN< Ts >
 The unzip process with one input and variable number of outputs. More...
 
class  ForSyDe::SY::group< T >
 The group process with one input and one absent-extended output. More...
 
class  ForSyDe::SY::fanout< T >
 Process constructor for a fan-out process with one input and one output. More...
 

Namespaces

 ForSyDe
 The namespace for ForSyDe.
 
 ForSyDe::SY
 The namespace for synchronous MoC.
 

Detailed Description

Implements the basic process constructors in the SY MoC.

This file includes the basic process constructors used for modeling in the synchronous model of computation.