We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2d94e commit 32669d2Copy full SHA for 32669d2
test/src/com/xilinx/rapidwright/eco/TestECOTools.java
@@ -1083,8 +1083,8 @@ public void testDiscussion1245(String device) {
1083
Cell lut_1 = test.createAndPlaceCell("lut_1", Unisim.LUT6, "SLICE_X148Y0/A6LUT");
1084
LUTTools.configureLUT(lut_1, "O!=I1");
1085
1086
- Cell lut_2 = test.createAndPlaceCell("lut_2", Unisim.LUT6, "SLICE_X148Y0/B6LUT");
1087
- LUTTools.configureLUT(lut_1, "O=I1");
+ Cell lut_2 = test.createAndPlaceCell("lut_2", Unisim.LUT6, "SLICE_X148Y1/B6LUT");
+ LUTTools.configureLUT(lut_2, "O=I1");
1088
1089
// Create a net
1090
Net net = test.createNet("test_net");
0 commit comments