Skip to content

Commit

Permalink
Modify testNodeReachabilityVersal
Browse files Browse the repository at this point in the history
Signed-off-by: Wenhao Lin <wenhao.lin@amd.com>
  • Loading branch information
WenhaoLin-AMD committed Nov 15, 2024
1 parent 7da71b3 commit 7470bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/com/xilinx/rapidwright/device/TestNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public void testNodeReachabilityUltraScale(String partName, String tileName, Str
"xcvp1002,CLE_W_CORE_X38Y220,NODE_CLE_OUTPUT,,false",
"xcvp1002,INTF_ROCF_TR_TILE_X39Y153,NODE_INTF_CNODE,,true",
"xcvp1002,INTF_ROCF_TR_TILE_X39Y153,NODE_INTF_BNODE,,true",
"xcvp1002,RCLK_CLE_CORE_X37Y239,NODE_GLOBAL_LEAF,CLK_LEAF_SITES_\\d+_O,false",
"xcvp1002,RCLK_CLE_CORE_X37Y239,NODE_GLOBAL_LEAF,CLK_LEAF_SITES_\\d+_O,true",
})
public void testNodeReachabilityVersal(String partName, String tileName, String intentCodeName, String wireNameRegex, boolean local) {
Device device = Device.getDevice(partName);
Expand Down

0 comments on commit 7470bba

Please sign in to comment.