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