From: Eddie Hung Date: Sat, 5 Oct 2019 00:52:19 +0000 (-0700) Subject: Fix from merge X-Git-Tag: working-ls180~881^2^2~181 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0cadb0de801391083f6cc91d842e8137396b820;p=yosys.git Fix from merge --- diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc index 6c8527811..e9cdaf524 100644 --- a/passes/techmap/abc9.cc +++ b/passes/techmap/abc9.cc @@ -1251,7 +1251,7 @@ struct Abc9Pass : public Pass { abc9_module(design, module, script_file, exe_file, cleanup, lut_costs, false, "$", keepff, delay_target, lutin_shared, fast_mode, show_tempdir, box_file, lut_file, wire_delay, box_lookup, nomfs); - assign_map.set(mod); + assign_map.set(module); } design->selection_stack.pop_back(); design->selected_active_module.clear();