Skip to content

Commit c1ea014

Browse files
author
xinoip
committed
material fix
1 parent dbbf314 commit c1ea014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SupplementaryMaterials/d_test_circ_1.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ wire N28, N29, N30, N33;
88

99
and AND2_8 (N28, N0, N1);
1010
nand NAND2_9 (N29, N1, N2);
11-
or NOR2_10 (N30, N28, N29);
12-
nor NOR2_11 (N33, N3, N4);
11+
or OR2_10 (N30, N28, N29);
12+
or OR2_11 (N33, N3, N4);
1313
and AND2_12 (N14, N33, N30);
1414
and AND2_13 (N15, N30, N5);
1515

0 commit comments

Comments
 (0)