Skip to content

Commit

Permalink
[TestRouteNode] Update comment; swap east and west (#827)
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Hung <[email protected]>
  • Loading branch information
eddieh-xlnx authored Sep 20, 2023
1 parent 9fefb21 commit 659e8d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/com/xilinx/rapidwright/router/TestRouteNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
public class TestRouteNode {
@ParameterizedTest
@CsvSource({
// Connecting east:
// Connecting west:
// node RCLK_DSP_INTF_CLKBUF_L_X36Y629/CLK_HDISTR_R8 ->
// node RCLK_DSP_INTF_CLKBUF_L_X19Y629/CLK_HDISTR_R8
"RCLK_DSP_INTF_CLKBUF_L_X36Y629/CLK_HDISTR_R8,RCLK_DSP_INTF_CLKBUF_L_X36Y629/CLK_HDISTR_L8,RCLK_DSP_INTF_CLKBUF_L_X36Y629/RCLK_DSP_INTF_CLKBUF_L.CLK_HDISTR_L8<<->>CLK_HDISTR_R8,true",
// Connecting west:
// Connecting east:
// node RCLK_DSP_INTF_CLKBUF_L_X36Y629/CLK_HDISTR_R8 ->
// node RCLK_DSP_INTF_CLKBUF_L_X59Y629/CLK_HDISTR_R8
"RCLK_DSP_INTF_CLKBUF_L_X59Y629/CLK_HDISTR_L8,RCLK_DSP_INTF_CLKBUF_L_X59Y629/CLK_HDISTR_R8,RCLK_DSP_INTF_CLKBUF_L_X59Y629/RCLK_DSP_INTF_CLKBUF_L.CLK_HDISTR_L8<<->>CLK_HDISTR_R8,false",
Expand Down

0 comments on commit 659e8d1

Please sign in to comment.