X-Git-Url: https://permondes.de/gitweb/Analog_Engine.git/blobdiff_plain/b0b8ac6f98d48eb700cce1f18b401ccf1ea99d78..6d26a6bd8b30ad893da0315655d2f68aee787515:/scripts/Template.AESL?ds=inline diff --git a/scripts/Template.AESL b/scripts/Template.AESL new file mode 100644 index 0000000..48143fb --- /dev/null +++ b/scripts/Template.AESL @@ -0,0 +1,26 @@ +IDENTIFICATION DIVISION +PROGRAM-ID ... +VERSION ... +COMMENT ... + +ENVIRONMENT DIVISION +ENGINE Anabrid-THAT +TIMEBASE 1ms +REQUIRES ... + +DATA DIVISION +INPUT ... +OUTPUT OUTPUT.X ... +OUTPUT OUTPUT.Y ... +OUTPUT OUTPUT.Z ... +OUTPUT OUTPUT.U ... +COEFFICIENT.n ... + +PROGRAM DIVISION +# INTEGRATOR is inverting! +# SUMMER is inverting! +... + +OPERATION DIVISION +MODE REPEAT +OP-TIME ...