kesterel2lustre

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

inputsuspend4.strl (113B)


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