From: whitequark Date: Thu, 11 Jul 2019 10:46:45 +0000 (+0000) Subject: synth_ice40: fix help text typo. NFC. X-Git-Tag: working-ls180~1201^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8c5f7f41ec0c829c29ae425b0074eb33fa2a30c;p=yosys.git synth_ice40: fix help text typo. NFC. --- diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index 2c75215cb..78c62213e 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -78,7 +78,7 @@ struct SynthIce40Pass : public ScriptPass log("\n"); log(" -dffe_min_ce_use \n"); log(" do not use SB_DFFE* cells if the resulting CE line would go to less\n"); - log(" than min_ce_use SB_DFFE*in output netlist\n"); + log(" than min_ce_use SB_DFFE* in output netlist\n"); log("\n"); log(" -nobram\n"); log(" do not use SB_RAM40_4K* cells in output netlist\n");