aboutsummaryrefslogtreecommitdiff
path: root/circuits/and-test.txt
blob: 7ab3d786fa0574f5c3e61c884e86f6938518bc1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;