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