kesterel2lustre

compile Kernel Esterel to Lustre
git clone https://a3nm.net/git/kesterel2lustre/
Log | Files | Refs | README

inputsuspend2.strl (100B)


      1 module inputsuspend2:
      2 input S;
      3 output Ta;
      4 suspend
      5   loop
      6     emit Ta; pause
      7   end when S
      8 end module