kesterel2lustre

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

at2.strl (63B)


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