Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: eddieh-xlnx <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
  • Loading branch information
clavin-xlnx and eddieh-xlnx authored Jan 16, 2024
1 parent 59cabc1 commit f319fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/xilinx/rapidwright/design/ModuleInst.java
Original file line number Diff line number Diff line change
Expand Up @@ -766,8 +766,8 @@ public void connect(String portName, int busIndex0, ModuleInst other, String oth

/**
* Connects unconnected SitePinInst inputs on the module instance to either GND
* or VCC (some reset input use VCC as an input and use the inverter to drive
* GND).
* or VCC (some reset inputs can accept VCC as an input and use its built-in
* inverter to drive GND).
*/
public void tieOffUnconnectedInputs(boolean verbose) {
for (Port port : getModule().getPorts()) {
Expand Down

0 comments on commit f319fde

Please sign in to comment.