kesterel2lustre

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

id.strl (96B)


      1 module id:
      2 input X;
      3 output Y;
      4 loop present X then emit Y else nothing end; pause end
      5 end module