diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-05-02 11:25:34 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-05-02 11:25:34 -0700 |
commit | 8829cba9016fb43ba393eeff887e7788abaec242 (patch) | |
tree | a44171fe85cc41197ee834daa34ee545b4b49473 /techlibs/ice40/synth_ice40.cc | |
parent | 95867109ea4201d77a95a22f51cd3c4309ff8240 (diff) | |
parent | b515fd2d25851c90c9a0b08414c5ea5edeb916a0 (diff) | |
download | yosys-8829cba9016fb43ba393eeff887e7788abaec242.tar.gz yosys-8829cba9016fb43ba393eeff887e7788abaec242.tar.bz2 yosys-8829cba9016fb43ba393eeff887e7788abaec242.zip |
Merge remote-tracking branch 'origin/clifford/pmgenstuff' into xc7mux
Diffstat (limited to 'techlibs/ice40/synth_ice40.cc')
-rw-r--r-- | techlibs/ice40/synth_ice40.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index 901090834..168161a90 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -261,6 +261,8 @@ struct SynthIce40Pass : public ScriptPass run("check"); run("opt"); run("wreduce"); + run("peepopt"); + run("opt_clean"); run("share"); run("techmap -map +/cmp2lut.v -D LUT_WIDTH=4"); run("opt_expr"); |