From: Eddie Hung Date: Sun, 12 Jan 2020 02:57:25 +0000 (-0800) Subject: Another conflict X-Git-Tag: working-ls180~870^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=35e49fde4dfa67030a3e80d0bdf700c97258ed45;p=yosys.git Another conflict --- diff --git a/techlibs/xilinx/synth_xilinx.cc b/techlibs/xilinx/synth_xilinx.cc index 5867f5d1c..d916093dc 100644 --- a/techlibs/xilinx/synth_xilinx.cc +++ b/techlibs/xilinx/synth_xilinx.cc @@ -563,7 +563,6 @@ struct SynthXilinxPass : public ScriptPass abc9_opts += stringf(" -W %s", active_design->scratchpad_get_string(k).c_str()); else abc9_opts += stringf(" -W %s", RTLIL::constpad.at(k).c_str()); - abc9_opts += " -nomfs"; if (nowidelut) abc9_opts += " -lut +/xilinx/abc9_xc7_nowide.lut"; else