aboutsummaryrefslogtreecommitdiffstats
path: root/passes
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-10-04 17:52:19 -0700
committerEddie Hung <eddie@fpgeh.com>2019-10-04 17:52:19 -0700
commitf0cadb0de801391083f6cc91d842e8137396b820 (patch)
tree2609c298da4dbe34b35712909b18f15a732d156a /passes
parentbbc0e06af3db4da924a3a92ced85adc87cf6abb6 (diff)
downloadyosys-f0cadb0de801391083f6cc91d842e8137396b820.tar.gz
yosys-f0cadb0de801391083f6cc91d842e8137396b820.tar.bz2
yosys-f0cadb0de801391083f6cc91d842e8137396b820.zip
Fix from merge
Diffstat (limited to 'passes')
-rw-r--r--passes/techmap/abc9.cc2
1 files changed, 1 insertions, 1 deletions
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();