mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Typo fixes in opt_expr and opt_merge
This commit is contained in:
parent
ec93680bd5
commit
e2f6d61c00
2 changed files with 2 additions and 2 deletions
|
@ -306,7 +306,7 @@ struct OptMergePass : public Pass {
|
|||
}
|
||||
virtual void execute(std::vector<std::string> args, RTLIL::Design *design)
|
||||
{
|
||||
log_header("Executing OPT_SHARE pass (detect identical cells).\n");
|
||||
log_header("Executing OPT_MERGE pass (detect identical cells).\n");
|
||||
|
||||
bool mode_nomux = false;
|
||||
bool mode_share_all = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue