diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-12-19 21:44:05 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2017-12-19 21:44:05 +0100 |
commit | b66d50e62d0dcd2b495c360fa64f3c7b4017b842 (patch) | |
tree | 73fda0399de75547096c5d3ecac08f9ac4a47bc4 | |
parent | 292984896b417a50b1597a1e3a66de53bab0f13e (diff) | |
download | yosys-b66d50e62d0dcd2b495c360fa64f3c7b4017b842.tar.gz yosys-b66d50e62d0dcd2b495c360fa64f3c7b4017b842.tar.bz2 yosys-b66d50e62d0dcd2b495c360fa64f3c7b4017b842.zip |
Fix minor typo in "prep" help message
-rw-r--r-- | techlibs/common/prep.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/common/prep.cc b/techlibs/common/prep.cc index 71534983d..3dfc60383 100644 --- a/techlibs/common/prep.cc +++ b/techlibs/common/prep.cc @@ -63,7 +63,7 @@ struct PrepPass : public ScriptPass log(" -nordff\n"); log(" passed to 'memory_dff'. prohibits merging of FFs into memory read ports\n"); log("\n"); - log(" -nokeepdc\n"); + log(" -nokeepdc\n"); log(" do not call opt_* with -keepdc\n"); log("\n"); log(" -run <from_label>[:<to_label>]\n"); |