ecp5: fix rebase mistake
authorEddie Hung <eddie@fpgeh.com>
Wed, 13 May 2020 21:12:06 +0000 (14:12 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 14 May 2020 17:33:57 +0000 (10:33 -0700)
techlibs/ecp5/synth_ecp5.cc

index 0e49ef01a1e6822d20ab72d6dee8df540b8c8f49..c13020cc1c27e9a1bd1ad6794f0e2a2218fa0f63 100644 (file)
@@ -348,10 +348,10 @@ struct SynthEcp5Pass : public ScriptPass
                                else
                                        abc9_opts += stringf(" -W %s", RTLIL::constpad.at(k).c_str());
                                if (nowidelut)
-                                       abc9_args += " -maxlut 4";
+                                       abc9_opts += " -maxlut 4";
                                if (dff)
-                                       abc9_args += " -dff";
-                               run("abc9" + abc9_args);
+                                       abc9_opts += " -dff";
+                               run("abc9" + abc9_opts);
                                run("techmap -map +/ecp5/abc9_unmap.v");
                        } else {
                                std::string abc_args = " -dress";