From f78c180eb9d5a74d2cc7dd009954891ec5cd635e Mon Sep 17 00:00:00 2001 From: lshprung Date: Wed, 21 Oct 2020 12:59:06 -0700 Subject: Post-class 10/21 --- 8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '8.md') 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 -- cgit