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
|
@ -1101,7 +1101,7 @@ struct OptExprPass : public Pass {
|
|||
bool do_fine = false;
|
||||
bool keepdc = false;
|
||||
|
||||
log_header("Executing OPT_CONST pass (perform const folding).\n");
|
||||
log_header("Executing OPT_EXPR pass (perform const folding).\n");
|
||||
log_push();
|
||||
|
||||
size_t argidx;
|
||||
|
|
|
@ -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
Reference in a new issue