Fix from merge
authorEddie Hung <eddie@fpgeh.com>
Sat, 5 Oct 2019 00:52:19 +0000 (17:52 -0700)
committerEddie Hung <eddie@fpgeh.com>
Sat, 5 Oct 2019 00:52:19 +0000 (17:52 -0700)
passes/techmap/abc9.cc

index 6c85278116787a0b910570ef4cdf10bbedeca2bb..e9cdaf524f5fddd1983da274736c1b082bc4b6cf 100644 (file)
@@ -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();