diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-29 12:12:59 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-29 12:12:59 -0700 |
commit | 3e0f73c3df3119a839b326464a8399ce4256edc7 (patch) | |
tree | 15f5d800f8030bb8742d2947b690e2e359ef6c30 /passes | |
parent | 14677610602ee18bcf1a41a0c54a626965e6bb06 (diff) | |
download | yosys-3e0f73c3df3119a839b326464a8399ce4256edc7.tar.gz yosys-3e0f73c3df3119a839b326464a8399ce4256edc7.tar.bz2 yosys-3e0f73c3df3119a839b326464a8399ce4256edc7.zip |
abc9 to not call "clean" at end of run (often called outside)
Diffstat (limited to 'passes')
-rw-r--r-- | passes/techmap/abc9.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc index 84cb2c04f..f2662e0cb 100644 --- a/passes/techmap/abc9.cc +++ b/passes/techmap/abc9.cc @@ -1300,9 +1300,6 @@ struct Abc9Pass : public Pass { assign_map.clear(); - // The "clean" pass also contains a design->check() call - Pass::call(design, "clean"); - log_pop(); } } Abc9Pass; |