| ... |
... |
@@ -26,7 +26,7 @@ |
| 26 |
26 |
|
| 27 |
27 |
= Modeling Pragmatics = |
| 28 |
28 |
|
| 29 |
|
-**Advisors:** Ulf Rüegg, Christoph Daniel Schulze, Reinhard von Hanxleden |
|
29 |
+**Advisors:** Christoph Daniel Schulze, Reinhard von Hanxleden |
| 30 |
30 |
|
| 31 |
31 |
* **Compound Graph Exploration** (Bachelor, Master) |
| 32 |
32 |
A new graph exploration approach should be examined which is uses different zoom levels for different compound nodes. This tries to map the "Google Maps approach" of only showing the information of interest at any given zoom level to the field of graph exploration. |
| ... |
... |
@@ -49,6 +49,8 @@ |
| 49 |
49 |
Add the possibility to perfom model checking on SCCharts |
| 50 |
50 |
* **Raceyard evaluation** (Master) |
| 51 |
51 |
Evaluate the possibility for the use of SCCharts in the Raceyard context and pave the way for future experiments |
|
52 |
+* **Causality Visualization** |
|
53 |
+Visualizing causality and scheduling problems in the diagram to guide the modeller |
| 52 |
52 |
|
| 53 |
53 |
//SCCharts Code Generation & Optimizations// |
| 54 |
54 |
|
| ... |
... |
@@ -56,6 +56,8 @@ |
| 56 |
56 |
Profile the actual SCCharts compiler/transformations and apply optimizations; also evaluate the possibility to use multiple cores for compilation. |
| 57 |
57 |
* **Efficient data dependency & scheduling analyses in SCCharts** (Master/Bachelor) |
| 58 |
58 |
Implement analyses for data dependencies and scheduling (e.g. tick boundaries) for SCCharts to improve static scheduling of the compiler. |
|
61 |
+* **Javascript code generation** (Bachelor/Master) |
|
62 |
+Implement a javascript code generation for SCCharts. Integrate with simulation and (environment) visualization to deploy a complete example as standalone web page. Compare with [[HipHop.js >>url:https://dl.acm.org/ft_gateway.cfm?id=3167440&type=pdf||shape="rect"]]based on Esterel. |
| 59 |
59 |
|
| 60 |
60 |
//SCCharts Simulation// |
| 61 |
61 |
|
| ... |
... |
@@ -73,10 +73,6 @@ |
| 73 |
73 |
Modify the model-based dataflow compiler in KIELER so that it is able to compile recursive/concurrent C programs. |
| 74 |
74 |
For Master students: Implement both. |
| 75 |
75 |
|
| 76 |
|
-//Synchronous Languages// |
| 77 |
|
- |
| 78 |
|
-* **eSCL - Implementing {{code language="none"}}gotopause{{/code}}** (Bachelor/Master) |
| 79 |
|
-Create an extended dialect of the SC Language including the {{code language="none"}}gotopause{{/code}} statement and implement a transformation to SCL. |
| 80 |
80 |
\\ |
| 81 |
81 |
|
| 82 |
82 |
\\ |