aboutsummaryrefslogtreecommitdiffstats
path: root/passes/opt/opt_rmunused.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2013-03-18 07:33:53 +0100
committerClifford Wolf <clifford@clifford.at>2013-03-18 07:33:53 +0100
commitbc5489f7ec22628553c587df3bcf40cea47cf755 (patch)
tree161eb60f3165149eef22ce57024338c022a3f9b7 /passes/opt/opt_rmunused.cc
parentba3793b6420f2a0288c43be0cd4016fd5473acaf (diff)
parent020a35d11e26e5487ae3568ac78df28c14019375 (diff)
downloadyosys-bc5489f7ec22628553c587df3bcf40cea47cf755.tar.gz
yosys-bc5489f7ec22628553c587df3bcf40cea47cf755.tar.bz2
yosys-bc5489f7ec22628553c587df3bcf40cea47cf755.zip
Merge branch 'hansi'
Diffstat (limited to 'passes/opt/opt_rmunused.cc')
-rw-r--r--passes/opt/opt_rmunused.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/passes/opt/opt_rmunused.cc b/passes/opt/opt_rmunused.cc
index c72a45876..6cec9b294 100644
--- a/passes/opt/opt_rmunused.cc
+++ b/passes/opt/opt_rmunused.cc
@@ -242,9 +242,9 @@ struct OptRmUnusedPass : public Pass {
log(" opt_rmunused [selection]\n");
log("\n");
log("This pass identifies wires and cells that are unused and removes them. Other\n");
- log("often remove cells but leave the wires in the design or reconnect the wires\n");
- log("but leave the old cells in the design. This pass can be used to clean up after\n");
- log("the passes that do the actual work.\n");
+ log("passes often remove cells but leave the wires in the design or reconnect the\n");
+ log("wires but leave the old cells in the design. This pass can be used to clean up\n");
+ log("after the passes that do the actual work.\n");
log("\n");
log("This pass only operates on completely selected modules without processes.\n");
log("\n");