From: Eddie Hung Date: Fri, 10 Jan 2020 23:09:42 +0000 (-0800) Subject: Copy-pasta X-Git-Tag: working-ls180~870^2~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed2aeb498eb7bbe028ece4adf96b94bacd0b3ef0;p=yosys.git Copy-pasta --- diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc index 3ce435dd0..387d9b644 100644 --- 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