aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-05-02 11:25:34 -0700
committerEddie Hung <eddie@fpgeh.com>2019-05-02 11:25:34 -0700
commit8829cba9016fb43ba393eeff887e7788abaec242 (patch)
treea44171fe85cc41197ee834daa34ee545b4b49473 /techlibs/common
parent95867109ea4201d77a95a22f51cd3c4309ff8240 (diff)
parentb515fd2d25851c90c9a0b08414c5ea5edeb916a0 (diff)
downloadyosys-8829cba9016fb43ba393eeff887e7788abaec242.tar.gz
yosys-8829cba9016fb43ba393eeff887e7788abaec242.tar.bz2
yosys-8829cba9016fb43ba393eeff887e7788abaec242.zip
Merge remote-tracking branch 'origin/clifford/pmgenstuff' into xc7mux
Diffstat (limited to 'techlibs/common')
-rw-r--r--techlibs/common/synth.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/techlibs/common/synth.cc b/techlibs/common/synth.cc
index 349605f8c..ee2e86de9 100644
--- a/techlibs/common/synth.cc
+++ b/techlibs/common/synth.cc
@@ -209,6 +209,8 @@ struct SynthPass : public ScriptPass
run("check");
run("opt");
run("wreduce");
+ run("peepopt");
+ run("opt_clean");
if (help_mode)
run("techmap -map +/cmp2lut.v", " (if -lut)");
else