ecp5: cleanup unused +/ecp5/abc9_model.v
[yosys.git] / techlibs / ecp5 / synth_ecp5.cc
index e5c1f7550accc9a9a73430e2fe196c328e066b5a..aceb36abc9bf4a82ea9574fb7f33e9988681b7ee 100644 (file)
@@ -334,7 +334,6 @@ struct SynthEcp5Pass : public ScriptPass
                                run("techmap -map +/ecp5/latches_map.v", "(skip if -asyncprld)");
 
                        if (abc9) {
-                               run("read_verilog -icells -lib -specify +/ecp5/abc9_model.v");
                                std::string abc9_opts;
                                if (nowidelut)
                                        abc9_opts += " -maxlut 4";