Skip to content

Commit c4384ae

Browse files
author
xinoip
committed
fix false_path
1 parent 6ece2c9 commit c4384ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SupplementaryMaterials/false_path.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ output G;
1414

1515
wire F;
1616

17-
nand NAND2_1 (F, A, B);
17+
and AND2_1 (F, A, B);
1818
nor OR2_1 (G, F, B);
1919

2020
endmodule

0 commit comments

Comments
 (0)