summaryrefslogtreecommitdiff
path: root/8.md
diff options
context:
space:
mode:
authorlshprung <lshprung@yahoo.com>2020-10-21 12:59:06 -0700
committerlshprung <lshprung@yahoo.com>2020-10-21 12:59:06 -0700
commitf78c180eb9d5a74d2cc7dd009954891ec5cd635e (patch)
tree7a3c708db9726a1da1e7792dca5a71260b67fb61 /8.md
parentf3b00e2c2e8b42fd0a778443e9b5626dda755ea6 (diff)
Post-class 10/21
Diffstat (limited to '8.md')
-rw-r--r--8.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/8.md b/8.md
index 25078a0..e0cd25f 100644
--- a/8.md
+++ b/8.md
@@ -77,7 +77,7 @@ module example1(x1, x2, s, f);
not(k, s);
and(g, k, x1);
- and(h, s, x1);
+ and(h, s, x2);
or(f, g, h);
endmodule