projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
c820682
04a2eb8
)
Merge remote-tracking branch 'origin/master' into eddie/abc9_scratchpad
author
Eddie Hung
<eddie@fpgeh.com>
Sun, 12 Jan 2020 01:02:20 +0000
(17:02 -0800)
committer
Eddie Hung
<eddie@fpgeh.com>
Sun, 12 Jan 2020 01:02:20 +0000
(17:02 -0800)
1
2
passes/techmap/abc9.cc
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
passes/techmap/abc9.cc
index ec80e098f9f1755ccaa54fafedd0f81b299abbef,471c11a803e62de419b01dfb15de32a6cce6be23..bd4e506acb3e0f1e6c780f0bedd9a033a1eed259
---
1
/
passes/techmap/abc9.cc
---
2
/
passes/techmap/abc9.cc
+++ b/
passes/techmap/abc9.cc
@@@
-915,13
-860,7
+912,12
@@@
struct Abc9Pass : public Pass
if (design->scratchpad.count("abc9.W")) {
wire_delay = "-W " + design->scratchpad_get_string("abc9.W");
}
- nomfs = design->scratchpad_get_bool("abc9.nomfs", nomfs);
+ if (design->scratchpad_get_bool("abc9.debug")) {
+ cleanup = false;
+ show_tempdir = true;
+ }
+
size_t argidx;
char pwd [PATH_MAX];
if (!getcwd(pwd, sizeof(pwd))) {