heptagon/compiler
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
..
global Allows easy debugging printing of Envs. 2011-05-10 20:29:01 +02:00
heptagon Reset optim 2011-05-10 20:52:32 +02:00
main Graphical simulator hepts 2011-05-12 10:08:13 +02:00
minils Correction of Mls_compare for new AST 2011-05-11 14:25:45 +02:00
obc Graphical simulator hepts 2011-05-12 10:08:13 +02:00
utilities Graphical simulator hepts 2011-05-12 10:08:13 +02:00
_tags Graphical simulator hepts 2011-05-12 10:08:13 +02:00
Makefile Bug in the Makefile ? GENSOURCES removed from .depend dependencies. (circular issue) 2010-06-24 03:31:57 +02:00
myocamlbuild.ml Graphical simulator hepts 2011-05-12 10:08:13 +02:00
preproc.ml Fixed location to use formatter instead of out_channel. 2010-08-24 17:29:00 +02:00
README_ocamlbuild_hepts.txt Graphical simulator hepts 2011-05-12 10:08:13 +02:00
TODO.txt C backend ported to recent API changes in Obc 2011-03-09 09:46:00 +01:00