kesterel2lustre

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

multiple.strl (62B)


      1 module multiple:
      2 input I;
      3 output O;
      4 emit O;
      5 emit O
      6 end module