From: whitequark Date: Thu, 6 Dec 2018 12:02:42 +0000 (+0000) Subject: synth_ice40: split `map_gates` off `fine`. X-Git-Tag: yosys-0.9~384^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e559ee3c78c0984e1f486ecedf61c3011aa0f0d;p=yosys.git synth_ice40: split `map_gates` off `fine`. --- diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index 931a190e7..37b924dfd 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -240,6 +240,10 @@ struct SynthIce40Pass : public ScriptPass run("opt -fast -mux_undef -undriven -fine"); run("memory_map"); run("opt -undriven -fine"); + } + + if (check_label("map_gates")) + { if (nocarry) run("techmap"); else