aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/common/synth.cc
diff options
context:
space:
mode:
authorJim Lawson <ucbjrl@berkeley.edu>2019-05-21 12:47:55 -0700
committerJim Lawson <ucbjrl@berkeley.edu>2019-05-21 12:47:55 -0700
commit489c555b41330ed9b1d69afdd8f44ef1e9a9be59 (patch)
tree64bdc5903bf099d59aa9ba9dacff03d8b7a9eda2 /techlibs/common/synth.cc
parent509f729e55458eda0ed7869ad269ec52d1956043 (diff)
parentc907899422884d959632ed42c6589a0720b681e4 (diff)
downloadyosys-489c555b41330ed9b1d69afdd8f44ef1e9a9be59.tar.gz
yosys-489c555b41330ed9b1d69afdd8f44ef1e9a9be59.tar.bz2
yosys-489c555b41330ed9b1d69afdd8f44ef1e9a9be59.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'techlibs/common/synth.cc')
-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 ccfa76e02..e41c0fe97 100644
--- a/techlibs/common/synth.cc
+++ b/techlibs/common/synth.cc
@@ -201,6 +201,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