kesterel2lustre

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

trivialsuspend.strl (90B)


      1 module trivialsuspend:
      2 input S;
      3 output Ta, Tb, Tc, T1;
      4 suspend nothing when T1
      5 end module