Skip to content

Commit

Permalink
Update src/com/xilinx/rapidwright/design/DesignTools.java
Browse files Browse the repository at this point in the history
Signed-off-by: eddieh-xlnx <[email protected]>
  • Loading branch information
eddieh-xlnx authored Dec 24, 2024
1 parent 57eeb7f commit c76aa4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/xilinx/rapidwright/design/DesignTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,7 @@ private static void foreachConnectedBELPin(BELPin pin, SiteInst si, Consumer<BEL
}

/**
* Looks in the site instance for used cells connected to this BEL pin and SiteInst.
* Looks in the site instance for cells connected to this BEL pin and SiteInst.
* Will walk through used SitePIPs and routethru cells (e.g. LUTs, IMR registers, etc.)
* @param pin The BELPin to examine for connected cells.
* @param si The SiteInst to examine for connected cells.
Expand Down

0 comments on commit c76aa4d

Please sign in to comment.