From: Clifford Wolf Date: Tue, 1 Nov 2016 10:32:02 +0000 (+0100) Subject: iCE40 flow is not experimental anymore X-Git-Tag: yosys-0.7~7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81bdf0ad0f36573945bc27d1a9cdd2e4925bf085;p=yosys.git iCE40 flow is not experimental anymore --- diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index 38a9cf9d6..2533d3af8 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -35,7 +35,7 @@ struct SynthIce40Pass : public ScriptPass log("\n"); log(" synth_ice40 [options]\n"); log("\n"); - log("This command runs synthesis for iCE40 FPGAs. This work is experimental.\n"); + log("This command runs synthesis for iCE40 FPGAs.\n"); log("\n"); log(" -top \n"); log(" use the specified module as top module (default='top')\n");