1
0
mirror of synced 2026-01-22 18:51:50 +00:00

abc9: verify post-mapping equivalence by default

This commit is contained in:
Lofty 2026-01-20 09:51:53 +00:00
parent 49e5950791
commit 5a9d73369a

View File

@ -248,7 +248,7 @@ void abc9_module(RTLIL::Design *design, std::string script_file, std::string exe
}
abc9_script += stringf("; &ps -l; &write -n %s/output.aig", tempdir_name);
if (design->scratchpad_get_bool("abc9.verify")) {
if (design->scratchpad_get_bool("abc9.verify", true)) {
if (dff_mode)
abc9_script += "; &verify -s";
else