aboutsummaryrefslogtreecommitdiff
path: root/circuits/rej_unconnected.txt
blob: d23ba4948da122487968ccd9279401a0721f7366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# this circuit has unconnected inputs, and should be rejected
# vim:ft=cfg
A: INPUT_HIGH;
B: INPUT_LOW;
F: PROBE;
NODE1: AND;
NODE2: AND;
NODE3: AND;
NODE4: AND;

A: NODE1;
B: NODE1;
NODE1: NODE2,NODE3;
NODE3: NODE4;
NODE4: F;