sy_moc.hpp
Go to the documentation of this file.
1 /**********************************************************************
2  * sy_moc.hpp -- The synchronous model of computation *
3  * *
4  * Author: Hosein Attarzadeh (shan2@kth.se) *
5  * *
6  * Purpose: Providing promitive element required for modeling *
7  * synchronous systems in ForSyDe-SystemC *
8  * *
9  * Usage: This file is included automatically *
10  * *
11  * License: BSD3 *
12  *******************************************************************/
13 
14 #ifndef SY_MOC_HPP
15 #define SY_MOC_HPP
16 
24 #include <functional>
25 #include <tuple>
26 
27 #include "abst_ext.hpp"
28 #include "sy_process.hpp"
30 #include "sy_helpers.hpp"
32 #include "sy_helpers_strict.hpp"
33 
34 namespace ForSyDe
35 {
36 
38 
41 namespace SY
42 {
43 
44 
45 }
46 }
47 
48 #endif
Implements the basic process constructors in the SY MoC.
The namespace for ForSyDe.
Definition: abssemantics.hpp:30
Implements the Absent-extended values.
Implements the abstract process in the synchronous Model of Computation.
Implements the basic strict process constructors in the SY MoC.
Implements strict helper primitives for modeling in the SY MoC.
Implements helper primitives for modeling in the SY MoC.