From dcdd8cb270c26db286ff57b82b4bfa824aaa39d2 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Wed, 26 Apr 2023 17:34:17 -0500 Subject: [PATCH] [FIRRTL][NFC] firtool: Fix format, tweak comment. --- tools/firtool/firtool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/firtool/firtool.cpp b/tools/firtool/firtool.cpp index 87b13531e162..58eac44f8780 100644 --- a/tools/firtool/firtool.cpp +++ b/tools/firtool/firtool.cpp @@ -662,7 +662,7 @@ static LogicalResult processBuffer( pm.nest().addPass( firrtl::createEmitOMIRPass(omirOutFile)); - // Always run this, required for legalization of connects involving force targets. + // Always run this, required for legalization. pm.nest().nest().addPass( firrtl::createMergeConnectionsPass( !disableAggressiveMergeConnections.getValue()));