]> permondes.de Git - Analog_Engine.git/blobdiff - scripts/Template.AESL
Potential of charged sphere
[Analog_Engine.git] / scripts / Template.AESL
diff --git a/scripts/Template.AESL b/scripts/Template.AESL
new file mode 100644 (file)
index 0000000..48143fb
--- /dev/null
@@ -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 ...