kesterel2lustre

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

orinputsuspend.strl (143B)


      1 module orinputsuspend:
      2 input S1, S2;
      3 output Ta, Tb;
      4 suspend
      5 suspend
      6   loop
      7     emit Ta; pause; emit Tb; pause
      8   end when S1 when S2
      9 end module