Skip to content

Commit 32669d2

Browse files
committed
Fix test
Signed-off-by: Eddie Hung <[email protected]>
1 parent ff2d94e commit 32669d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/src/com/xilinx/rapidwright/eco/TestECOTools.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,8 +1083,8 @@ public void testDiscussion1245(String device) {
10831083
Cell lut_1 = test.createAndPlaceCell("lut_1", Unisim.LUT6, "SLICE_X148Y0/A6LUT");
10841084
LUTTools.configureLUT(lut_1, "O!=I1");
10851085

1086-
Cell lut_2 = test.createAndPlaceCell("lut_2", Unisim.LUT6, "SLICE_X148Y0/B6LUT");
1087-
LUTTools.configureLUT(lut_1, "O=I1");
1086+
Cell lut_2 = test.createAndPlaceCell("lut_2", Unisim.LUT6, "SLICE_X148Y1/B6LUT");
1087+
LUTTools.configureLUT(lut_2, "O=I1");
10881088

10891089
// Create a net
10901090
Net net = test.createNet("test_net");

0 commit comments

Comments
 (0)