Skip to content

Commit

Permalink
wrap-main runs at the start of lowering (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachitnigam authored Jul 8, 2023
1 parent 2d6cd16 commit 7c55d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calyx-opt/src/default_passes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ impl PassManager {
pm,
"lower",
[
WrapMain,
GoInsertion,
WireInliner,
ClkInsertion,
ResetInsertion,
MergeAssign,
WrapMain
]
);

Expand Down

0 comments on commit 7c55d02

Please sign in to comment.