kesterel2lustre
compile Kernel Esterel to Lustre
git clone
https://a3nm.net/git/kesterel2lustre/
Log
|
Files
|
Refs
|
README
at1.strl (56B)
1
module at1:
2
input T;
3
output S;
4
pause;
5
emit S
6
end module