From f319fdef0c6df0e591872025f0026b74adc62275 Mon Sep 17 00:00:00 2001 From: Chris Lavin Date: Tue, 16 Jan 2024 11:02:10 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: eddieh-xlnx Signed-off-by: Chris Lavin --- src/com/xilinx/rapidwright/design/ModuleInst.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/xilinx/rapidwright/design/ModuleInst.java b/src/com/xilinx/rapidwright/design/ModuleInst.java index e9a9b2970..0ae40fe65 100644 --- a/src/com/xilinx/rapidwright/design/ModuleInst.java +++ b/src/com/xilinx/rapidwright/design/ModuleInst.java @@ -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()) {