From: Eddie Hung Date: Sun, 12 Jan 2020 01:02:20 +0000 (-0800) Subject: Merge remote-tracking branch 'origin/master' into eddie/abc9_scratchpad X-Git-Tag: working-ls180~870^2~2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c063436eea7182f6c9617a7d54f238b494ad261b;p=yosys.git Merge remote-tracking branch 'origin/master' into eddie/abc9_scratchpad --- c063436eea7182f6c9617a7d54f238b494ad261b diff --cc passes/techmap/abc9.cc index ec80e098f,471c11a80..bd4e506ac --- a/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))) {