diff options
author | whitequark <whitequark@whitequark.org> | 2019-07-11 10:46:45 +0000 |
---|---|---|
committer | whitequark <whitequark@whitequark.org> | 2019-07-11 20:18:41 +0000 |
commit | a8c5f7f41ec0c829c29ae425b0074eb33fa2a30c (patch) | |
tree | 02c5e78b4edd5a305c9c70eb09a1ad80d6deaa0e | |
parent | 9112850800a92ed0e330d8470e1273116d78ba14 (diff) | |
download | yosys-a8c5f7f41ec0c829c29ae425b0074eb33fa2a30c.tar.gz yosys-a8c5f7f41ec0c829c29ae425b0074eb33fa2a30c.tar.bz2 yosys-a8c5f7f41ec0c829c29ae425b0074eb33fa2a30c.zip |
synth_ice40: fix help text typo. NFC.
-rw-r--r-- | techlibs/ice40/synth_ice40.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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"); |