summaryrefslogtreecommitdiff
path: root/8.md
diff options
context:
space:
mode:
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