From 548519875bbffda02c5c7a891ce67fd3738d6e6f Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 22 Feb 2014 17:07:22 +0100 Subject: Fixed bug (typo) in passes/opt/opt_const.cc --- passes/opt/opt_const.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'passes/opt/opt_const.cc') diff --git a/passes/opt/opt_const.cc b/passes/opt/opt_const.cc index f611d721..ad9a71b1 100644 --- a/passes/opt/opt_const.cc +++ b/passes/opt/opt_const.cc @@ -342,7 +342,7 @@ void replace_const_cells(RTLIL::Design *design, RTLIL::Module *module, bool cons cell->parameters.erase("\\WIDTH"); cell->type = "$or"; } else - cell->type = "$_or_"; + cell->type = "$_OR_"; OPT_DID_SOMETHING = true; did_something = true; goto next_cell; -- cgit v1.2.3