CMPE 117 - Esterel Simulation Setup
Graphical simulation
In order to simulate try.strl, with main module
JUMP, proceed as follows.
- esterel -I -simul -main JUMP -LLego try.strl
- cc -c try.c
- xes try.o
Command-line simulation
In order to simulate try.strl, with main module
JUMP, proceed as follows.
- esterel -I -simul -main JUMP -LLego try.strl
- cc -c try.c
- cc -o try try.o
/afs/cats.ucsc.edu/users/f/luca/public_html/esterelv5_21/lib/libcsimul.a
- ./try
Luca de Alfaro