projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbc0e06
)
Fix from merge
author
Eddie Hung
<eddie@fpgeh.com>
Sat, 5 Oct 2019 00:52:19 +0000
(17:52 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Sat, 5 Oct 2019 00:52:19 +0000
(17:52 -0700)
passes/techmap/abc9.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc9.cc
b/passes/techmap/abc9.cc
index 6c85278116787a0b910570ef4cdf10bbedeca2bb..e9cdaf524f5fddd1983da274736c1b082bc4b6cf 100644
(file)
--- 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(mod
ule
);
}
design->selection_stack.pop_back();
design->selected_active_module.clear();