Fix whitespace

This commit is contained in:
Eddie Hung 2020-05-14 09:51:17 -07:00
parent 49e64ad492
commit cd92a706ae
1 changed files with 1 additions and 1 deletions

View File

@ -2046,7 +2046,7 @@ struct OptExprPass : public Pass {
design->scratchpad_set_bool("opt.did_something", true);
} while (did_something);
if (!keepdc)
replace_const_cells(design, module, true /* consume_x */, mux_undef, mux_bool, do_fine, keepdc, clkinv);
replace_const_cells(design, module, true /* consume_x */, mux_undef, mux_bool, do_fine, keepdc, clkinv);
if (did_something)
design->scratchpad_set_bool("opt.did_something", true);
} while (did_something);