aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2020-05-14 09:51:17 -0700
committerEddie Hung <eddie@fpgeh.com>2020-05-14 09:51:17 -0700
commitcd92a706aeef938625f6402d22825729e32649d8 (patch)
treebd06c3d89171fec2da7af537eb632088b23f5c89 /passes/opt
parent49e64ad492633781e030c795eecd44e73a1bdc1c (diff)
downloadyosys-cd92a706aeef938625f6402d22825729e32649d8.tar.gz
yosys-cd92a706aeef938625f6402d22825729e32649d8.tar.bz2
yosys-cd92a706aeef938625f6402d22825729e32649d8.zip
Fix whitespace
Diffstat (limited to 'passes/opt')
-rw-r--r--passes/opt/opt_expr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/opt/opt_expr.cc b/passes/opt/opt_expr.cc
index 9a8bc0869..b484b9776 100644
--- a/passes/opt/opt_expr.cc
+++ b/passes/opt/opt_expr.cc
@@ -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);