synth_ice40 to use renamed files
authorEddie Hung <eddie@fpgeh.com>
Wed, 17 Apr 2019 19:22:03 +0000 (12:22 -0700)
committerEddie Hung <eddie@fpgeh.com>
Wed, 17 Apr 2019 19:22:03 +0000 (12:22 -0700)
techlibs/ice40/synth_ice40.cc

index 3faa10b4f90560b49e7724414a4c29ff0ce95854..91cd063a25e106b7803dd5a1b7082186aca203e5 100644 (file)
@@ -317,9 +317,9 @@ struct SynthIce40Pass : public ScriptPass
                        }
                        if (!noabc) {
                                if (abc == "abc9") {
-                                       run("read_verilog +/ice40/cells_box.v");
+                                       run("read_verilog +/ice40/abc.v");
                                        run("techmap -map +/techmap.v A:abc_box_id");
-                                       run(abc + " -dress -lut +/ice40/lut.lut -box +/ice40/cells.box", "(skip if -noabc)");
+                                       run(abc + " -dress -lut +/ice40/abc.lut -box +/ice40/abc.box", "(skip if -noabc)");
                                        run("blackbox A:abc_box_id");
                                }
                                else