diff options
author | Eddie Hung <eddie@fpgeh.com> | 2020-01-11 18:57:25 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2020-01-11 18:57:25 -0800 |
commit | 35e49fde4dfa67030a3e80d0bdf700c97258ed45 (patch) | |
tree | 293d413458cffeeda26949da6173420befcd3b08 | |
parent | 556ed0e18ac00e4ec19e127f33ccf3550be78186 (diff) | |
download | yosys-35e49fde4dfa67030a3e80d0bdf700c97258ed45.tar.gz yosys-35e49fde4dfa67030a3e80d0bdf700c97258ed45.tar.bz2 yosys-35e49fde4dfa67030a3e80d0bdf700c97258ed45.zip |
Another conflict
-rw-r--r-- | techlibs/xilinx/synth_xilinx.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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 |