kesterel2lustre

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

oneofthree.strl (88B)


      1 module oneofthree:
      2 input T;
      3 output S;
      4 loop
      5   emit S; pause; pause; pause
      6 end
      7 end module