Dépôt Heptagon avec modifications pour asynchrone
Go to file
Gwenal Delaval acad16b98a Graphical simulator hepts
Added graphical simulator hepts

Added option -hepts to the compiler: this option formats the output of the simulation loop
to fit with hepts (currently working only on C target code). Typically, suppresses all
"decoration" output, like input or output names, and prints output on single lines.

Currently not implemented in hepts: array types.

Usage: to simulate the node Modulename.f:

heptc -target c -s f -hepts modulename.ept
gcc modulename_c/*.c -o ./f_sim
hepts -mod Modulename -node f -exec ./f_sim
2011-05-12 10:08:13 +02:00
compiler Graphical simulator hepts 2011-05-12 10:08:13 +02:00
examples Wrote wrapper macros for C interoperability. 2010-07-29 10:43:32 +02:00
lib Added type string to pervasives, with string constants in AST 2011-05-10 17:07:17 +02:00
test real good switch fix. 2011-05-10 20:28:39 +02:00
tools New convention: 100 columns per line 2011-04-14 10:57:24 +02:00
.gitignore Merge branch 'java' 2011-03-21 22:21:00 +01:00
heptc blop 2011-03-21 17:41:00 +01:00
todo.txt blop 2011-03-21 17:41:00 +01:00