Skip to content

Commit

Permalink
Typo: add advanced layer sink pass, not og layer sink
Browse files Browse the repository at this point in the history
  • Loading branch information
rwy7 committed Oct 7, 2024
1 parent f81954a commit c8ac255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Firtool/Firtool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ LogicalResult firtool::populateCHIRRTLToLowFIRRTL(mlir::PassManager &pm,
firrtl::createLayerMergePass());

if (opt.shouldAdvancedLayerSink())
pm.nest<firrtl::CircuitOp>().addPass(firrtl::createLayerSinkPass());
pm.nest<firrtl::CircuitOp>().addPass(firrtl::createAdvancedLayerSinkPass());
else
pm.nest<firrtl::CircuitOp>().nest<firrtl::FModuleOp>().addPass(
firrtl::createLayerSinkPass());
Expand Down

0 comments on commit c8ac255

Please sign in to comment.