projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1467761
)
abc9 to not call "clean" at end of run (often called outside)
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 29 Aug 2019 19:12:59 +0000
(12:12 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 29 Aug 2019 19:12:59 +0000
(12:12 -0700)
passes/techmap/abc9.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/abc9.cc
b/passes/techmap/abc9.cc
index 84cb2c04f79450dc055aae2329b7e51a1c952ea2..f2662e0cba3149c918dfed474ca14a4cd5967552 100644
(file)
--- 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;