Another conflict
authorEddie Hung <eddie@fpgeh.com>
Sun, 12 Jan 2020 02:57:25 +0000 (18:57 -0800)
committerEddie Hung <eddie@fpgeh.com>
Sun, 12 Jan 2020 02:57:25 +0000 (18:57 -0800)
techlibs/xilinx/synth_xilinx.cc

index 5867f5d1c0bfd3cb3f7a34215eda63e28e569d48..d916093dce152cecc519e34e4f9b9cee2105c7f7 100644 (file)
@@ -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