From: Clifford Wolf Date: Sun, 16 Dec 2018 15:36:19 +0000 (+0100) Subject: Rename "fine:" label to "map:" in "synth_ice40" X-Git-Tag: yosys-0.9~372 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5fa5dbbddab03af89e00426e21df9f30d020a94e;p=yosys.git Rename "fine:" label to "map:" in "synth_ice40" Signed-off-by: Clifford Wolf --- diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index 37b924dfd..c2aed873b 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -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");