mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-14 21:01:50 +00:00
abc9: verify post-mapping equivalence by default
This commit is contained in:
parent
49e5950791
commit
5a9d73369a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue