synth_ice40: fix help text typo. NFC.

This commit is contained in:
whitequark 2019-07-11 10:46:45 +00:00
parent 9112850800
commit a8c5f7f41e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ struct SynthIce40Pass : public ScriptPass
log("\n");
log(" -dffe_min_ce_use <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");