Rename "fine:" label to "map:" in "synth_ice40"
authorClifford Wolf <clifford@clifford.at>
Sun, 16 Dec 2018 15:36:19 +0000 (16:36 +0100)
committerClifford Wolf <clifford@clifford.at>
Sun, 16 Dec 2018 15:36:19 +0000 (16:36 +0100)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
techlibs/ice40/synth_ice40.cc

index 37b924dfd39c71497b06a9dbf60e65ab4353231f..c2aed873bbb11fc1c5761fc967853c73ad7ccdb3 100644 (file)
@@ -235,7 +235,7 @@ struct SynthIce40Pass : public ScriptPass
                        run("techmap -map +/ice40/brams_map.v");
                }
 
-               if (check_label("fine"))
+               if (check_label("map"))
                {
                        run("opt -fast -mux_undef -undriven -fine");
                        run("memory_map");