projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d94e18
)
Copy-pasta
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 10 Jan 2020 23:09:42 +0000
(15:09 -0800)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 10 Jan 2020 23:09:42 +0000
(15:09 -0800)
passes/techmap/abc9.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc9.cc
b/passes/techmap/abc9.cc
index 3ce435dd08c0d88088362527c5f31dc80f758e34..387d9b644bd6e9e79b856da4465a08af74dd196e 100644
(file)
--- a/
passes/techmap/abc9.cc
+++ b/
passes/techmap/abc9.cc
@@
-309,7
+309,7
@@
void abc9_module(RTLIL::Design *design, RTLIL::Module *module, std::string scrip
abc9_script = abc9_script.erase(pos, strlen("&mfs"));
abc9_script += stringf("; &ps -l; &write -n %s/output.aig;", tempdir_name.c_str());
- if (design->scratchpad_get_bool("abc9.
debug
")) {
+ if (design->scratchpad_get_bool("abc9.
verify
")) {
if (dff_mode)
abc9_script += "verify -s;";
else