ut_moc.hpp
Go to the documentation of this file.
1 /**********************************************************************
2  * ut_moc.hpp -- The untimed model of computation *
3  * *
4  * Author: Hosein Attarzadeh (shan2@kth.se) *
5  * *
6  * Purpose: Providing promitive element required for modeling *
7  * synchronous dataflow systems in ForSyDe-SystemC *
8  * *
9  * Usage: This file is included automatically *
10  * *
11  * License: BSD3 *
12  *******************************************************************/
13 
14 #ifndef UT_MOC_HPP
15 #define UT_MOC_HPP
16 
24 #include <functional>
25 #include <tuple>
26 
27 #include "ut_process.hpp"
29 #include "ut_helpers.hpp"
30 
31 namespace ForSyDe
32 {
33 
35 
38 namespace UT
39 {
40 
41 
42 }
43 }
44 
45 #endif
The namespace for ForSyDe.
Definition: abssemantics.hpp:30
Implements the basic process constructors in the UT MoC.
Implements the abstract process in the UT Model of Computation.
Implements helper primitives for modeling in the UT MoC.