Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Hung <[email protected]>
  • Loading branch information
eddieh-xlnx committed Jun 13, 2024
1 parent bf878ca commit c578e41
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) 2022, Xilinx, Inc.
* Copyright (c) 2022-2023, Advanced Micro Devices, Inc.
* Copyright (c) 2022-2024, Advanced Micro Devices, Inc.
* All rights reserved.
*
* Author: Chris Lavin, Xilinx Research Labs.
Expand Down Expand Up @@ -40,7 +40,8 @@ public void testCellBELPinMappings() {
MessageBuilder message = new MessageBuilder();
Device device = Device.getDevice(TestDeviceResources.TEST_DEVICE);
DeviceResources.Device.Builder devBuilder = message.initRoot(DeviceResources.Device.factory);
EnumerateCellBelMapping.populateAllPinMappings(device.getName(), device, devBuilder, allStrings);
EnumerateCellBelMapping
.populateAllPinMappings(device.getName(), device, devBuilder, allStrings, null);

boolean foundIDDRS = false;
boolean foundIDDRR = false;
Expand Down

0 comments on commit c578e41

Please sign in to comment.