projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2929848
)
Fix minor typo in "prep" help message
author
Clifford Wolf
<clifford@clifford.at>
Tue, 19 Dec 2017 20:44:05 +0000
(21:44 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Tue, 19 Dec 2017 20:44:05 +0000
(21:44 +0100)
techlibs/common/prep.cc
patch
|
blob
|
history
diff --git
a/techlibs/common/prep.cc
b/techlibs/common/prep.cc
index 71534983d23ebb55d6c14b88354bcb30263a7272..3dfc60383ca0842116f2f1c63b45f83b258e454d 100644
(file)
--- 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");