aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-12-09 03:46:32 +0100
committerGitHub <noreply@github.com>2017-12-09 03:46:32 +0100
commit50da3bdbccb8a51c75878787550fc3c72534ce7d (patch)
tree76201aafcd71f89448f4b839fc73c7302dc14757
parent8f2638ae2f12a48dcad14f24b0211c16ac724762 (diff)
parent3cc31f197cf69b6644928a58bf58028d65e38e60 (diff)
downloadyosys-50da3bdbccb8a51c75878787550fc3c72534ce7d.tar.gz
yosys-50da3bdbccb8a51c75878787550fc3c72534ce7d.tar.bz2
yosys-50da3bdbccb8a51c75878787550fc3c72534ce7d.zip
Merge pull request #467 from mithro/patch-1
Fix spelling in -vpr help for synth_ice40
-rw-r--r--techlibs/ice40/synth_ice40.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc
index 57f96ca1a..0bb0fb139 100644
--- a/techlibs/ice40/synth_ice40.cc
+++ b/techlibs/ice40/synth_ice40.cc
@@ -70,7 +70,7 @@ struct SynthIce40Pass : public ScriptPass
log("\n");
log(" -vpr\n");
log(" generate an output netlist (and BLIF file) suitable for VPR\n");
- log(" (this fueature is experimental and incomplete)\n");
+ log(" (this feature is experimental and incomplete)\n");
log("\n");
log("\n");
log("The following commands are executed by this synthesis command:\n");