Skip to content

Commit

Permalink
[FIRRTL][NFC] firtool: Fix format, tweak comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzSiFive committed Apr 26, 2023
1 parent 9ed6ecf commit dcdd8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/firtool/firtool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ static LogicalResult processBuffer(
pm.nest<firrtl::CircuitOp>().addPass(
firrtl::createEmitOMIRPass(omirOutFile));

// Always run this, required for legalization of connects involving force targets.
// Always run this, required for legalization.
pm.nest<firrtl::CircuitOp>().nest<firrtl::FModuleOp>().addPass(
firrtl::createMergeConnectionsPass(
!disableAggressiveMergeConnections.getValue()));
Expand Down

0 comments on commit dcdd8cb

Please sign in to comment.