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