diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-12-09 05:26:02 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2017-12-09 05:26:02 +0100 |
commit | fd83e3442dfe300a865a7566e012eca5df93c339 (patch) | |
tree | bcb8400887834168317ec7bcfe71edab6788f86b /techlibs | |
parent | 68c6675130e381c67977e21f28e2057dbd71a6a5 (diff) | |
parent | 50da3bdbccb8a51c75878787550fc3c72534ce7d (diff) | |
download | yosys-fd83e3442dfe300a865a7566e012eca5df93c339.tar.gz yosys-fd83e3442dfe300a865a7566e012eca5df93c339.tar.bz2 yosys-fd83e3442dfe300a865a7566e012eca5df93c339.zip |
Merge branch 'master' into btor-ng
Diffstat (limited to 'techlibs')
-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 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"); |