aboutsummaryrefslogtreecommitdiff
path: root/circuits/and-test.txt
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-12 14:18:06 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-12 14:18:06 +0200
commitb5831ee54e8f6f6127b5cd5992f387e40009d250 (patch)
tree791f5cc6c93c71984d4b0c705e7f1406ab0c4f29 /circuits/and-test.txt
parent273c0fa790bc18ba934171c96254921ccf8b5c9b (diff)
WIP and gate test
Diffstat (limited to 'circuits/and-test.txt')
-rw-r--r--circuits/and-test.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/circuits/and-test.txt b/circuits/and-test.txt
new file mode 100644
index 0000000..7ab3d78
--- /dev/null
+++ b/circuits/and-test.txt
@@ -0,0 +1,13 @@
+# full adder circuit
+# vim:ft=cfg
+A: INPUT_LOW;
+OUT: PROBE;
+# OUT: A;
+A: OUT;
+# B: INPUT_LOW;
+# OUT: PROBE;
+# TEST: AND;
+# A: TEST;
+# B: TEST;
+# OUT: TEST;
+