dde_moc.hpp
1 /**********************************************************************
2  * dde_moc.hpp -- The distributed discrete-event (DDE) model of *
3  * computation *
4  * *
5  * Author: Hosein Attarzadeh (shan2@kth.se) *
6  * *
7  * Purpose: Providing promitive element required for modeling *
8  * dicrete-event systems in ForSyDe-SystemC *
9  * *
10  * Usage: This file is included automatically *
11  * *
12  * License: BSD3 *
13  *******************************************************************/
14 
15 #ifndef DE_MOC_HPP
16 #define DE_MOC_HPP
17 
26 #include <functional>
27 #include <tuple>
28 
29 #include "tt_event.hpp"
30 #include "dde_process.hpp"
32 #include "dde_helpers.hpp"
33 
34 namespace ForSyDe
35 {
36 
38 
41 namespace DDE
42 {
43 
44 
45 }
46 }
47 
48 #endif
The namespace for ForSyDe.
Definition: abssemantics.hpp:30
Implements helper primitives for modeling in the DDE MoC.
Implements the basic process constructors in the DDE MoC.
Implements the abstract process in the DDE Model of Computation.
Implements the time-tagged events.