There was an error while loading. Please reload this page.
1 parent 6ece2c9 commit c4384aeCopy full SHA for c4384ae
SupplementaryMaterials/false_path.v
@@ -14,7 +14,7 @@ output G;
14
15
wire F;
16
17
-nand NAND2_1 (F, A, B);
+and AND2_1 (F, A, B);
18
nor OR2_1 (G, F, B);
19
20
endmodule
0 commit comments