diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-03-18 07:33:53 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-03-18 07:33:53 +0100 |
commit | bc5489f7ec22628553c587df3bcf40cea47cf755 (patch) | |
tree | 161eb60f3165149eef22ce57024338c022a3f9b7 /passes/opt/opt_muxtree.cc | |
parent | ba3793b6420f2a0288c43be0cd4016fd5473acaf (diff) | |
parent | 020a35d11e26e5487ae3568ac78df28c14019375 (diff) | |
download | yosys-bc5489f7ec22628553c587df3bcf40cea47cf755.tar.gz yosys-bc5489f7ec22628553c587df3bcf40cea47cf755.tar.bz2 yosys-bc5489f7ec22628553c587df3bcf40cea47cf755.zip |
Merge branch 'hansi'
Diffstat (limited to 'passes/opt/opt_muxtree.cc')
-rw-r--r-- | passes/opt/opt_muxtree.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/opt/opt_muxtree.cc b/passes/opt/opt_muxtree.cc index 5602b5eea..49b72f15b 100644 --- a/passes/opt/opt_muxtree.cc +++ b/passes/opt/opt_muxtree.cc @@ -406,7 +406,7 @@ struct OptMuxtreePass : public Pass { log(" opt_muxtree [selection]\n"); log("\n"); log("This pass analyzes the control signals for the multiplexer trees in the design\n"); - log("and identifies inputs that can never be active. In then removes this dead\n"); + log("and identifies inputs that can never be active. It then removes this dead\n"); log("branches from the multiplexer trees.\n"); log("\n"); log("This pass only operates on completely selected modules without processes.\n"); |