forked from forsyde/ForSyDe-SystemC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
43 lines (24 loc) · 1.35 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
ForSyDe-SystemC NEWS -*- outline -*-
* Noteworthy changes in release 0.4.0 (2013-11-17)
** General Improvements
Replaced/renamed the DE MoC with a new DDE MoC
Add new heterogeneous system model examples.
Bug fixes and improvements in different MoCs and also introspection
Add data-parallel process constructors with possible OpenMP-based simulation
Add the strict version of the process constructors in the SY MoC
Common base for signals and ports of different MoCs and unifies naming aliases
More process constructors to enrich different MoCs
* Noteworthy changes in release 0.3.0 (2013-05-05)
** General Improvements
Re-designed the library based on a common abstract semantics.
Re-implemented the introspection facility. Now the models dump their
structure as a well-defined XML format. There is also support for
basic type-introspection.
Added support for the new MoCs untimed (UT) and discrete-time (DT),
and re-implemented the discrete-event (DE) MoC based on the common
abstract semantics.
Added new domain interfaces DE2CT, CT2DE, SY2DE, DE2SY, SDF2SY, SY2SDF.
Several new examples for different MoCs.
Added support for basic parallel and distributed simulation using MPI.
Added support for data-parallel operations by adding new process
constructors to the SY MoC.