]> permondes.de Git - Analog_Engine.git/blobdiff - AESL/Template.AESL
Application: 2 raindrops, license CC BY-NC-SA 4.0
[Analog_Engine.git] / AESL / Template.AESL
diff --git a/AESL/Template.AESL b/AESL/Template.AESL
new file mode 100644 (file)
index 0000000..7807ae7
--- /dev/null
@@ -0,0 +1,27 @@
+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 ...
+ALIAS ...
+COEFFICIENT.n ...
+
+PROGRAM DIVISION
+# INTEGRATOR is inverting!
+# SUMMER is inverting!
+...
+
+OPERATION DIVISION
+MODE REPEAT
+OP-TIME ...