From: Eddie Hung Date: Wed, 26 Jun 2019 18:38:28 +0000 (-0700) Subject: Do not call opt with -full before muxcover X-Git-Tag: working-ls180~1208^2~68 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d8261c71fd34de7eb4cb5ae7bdb2592f33ed852;p=yosys.git Do not call opt with -full before muxcover --- diff --git a/techlibs/xilinx/synth_xilinx.cc b/techlibs/xilinx/synth_xilinx.cc index 0372cb43c..efa4d43f0 100644 --- a/techlibs/xilinx/synth_xilinx.cc +++ b/techlibs/xilinx/synth_xilinx.cc @@ -288,7 +288,7 @@ struct SynthXilinxPass : public ScriptPass } if (check_label("fine")) { - run("opt -fast -full"); + run("opt -fast"); run("memory_map"); run("dffsr2dff"); run("dff2dffe");