diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-28 12:53:38 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-28 12:53:38 -0700 |
commit | 728839d6caca41ebbd9ae052668057f978a418e5 (patch) | |
tree | afa0b5fd02dc69fc7d07bfb7cfda04b9288355d2 /techlibs/xilinx/synth_xilinx.cc | |
parent | b5f1bd0df1a467679a93d05604c6cc72696854ba (diff) | |
download | yosys-728839d6caca41ebbd9ae052668057f978a418e5.tar.gz yosys-728839d6caca41ebbd9ae052668057f978a418e5.tar.bz2 yosys-728839d6caca41ebbd9ae052668057f978a418e5.zip |
Remove peepopt call in synth_xilinx since already in synth -run coarse
Diffstat (limited to 'techlibs/xilinx/synth_xilinx.cc')
-rw-r--r-- | techlibs/xilinx/synth_xilinx.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/techlibs/xilinx/synth_xilinx.cc b/techlibs/xilinx/synth_xilinx.cc index c24f66e52..b7c32d2e0 100644 --- a/techlibs/xilinx/synth_xilinx.cc +++ b/techlibs/xilinx/synth_xilinx.cc @@ -239,11 +239,6 @@ struct SynthXilinxPass : public ScriptPass // so attempt to convert $pmux-es to the former if (!nosrl || help_mode) run("pmux2shiftx", "(skip if '-nosrl')"); - - // Run a number of peephole optimisations, including one - // that optimises $mul cells driving $shiftx's B input - // and that aids wide mux analysis - run("peepopt"); } if (check_label("bram", "(skip if '-nobram')")) { |