Skip to content

Commit

Permalink
fixup! opt_merge: fix the many collisions case
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Nov 13, 2024
1 parent 1b49bce commit 1415cd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion passes/opt/opt_merge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ struct OptMergePass : public Pass {
}
void execute(std::vector<std::string> args, RTLIL::Design *design) override
{
Pass::call(design, "dump");
log_header(design, "Executing OPT_MERGE pass (detect identical cells).\n");

bool mode_nomux = false;
Expand Down

0 comments on commit 1415cd9

Please sign in to comment.