Fix connwrappers help message

Signed-off-by: Clifford Wolf <[email protected]>
This commit is contained in:
Clifford Wolf
2018-03-04 22:54:34 +01:00
parent e5534a080e
commit 61a9e2eeb3
+1 -1
View File
@@ -149,7 +149,7 @@ struct ConnwrappersWorker
}; };
struct ConnwrappersPass : public Pass { struct ConnwrappersPass : public Pass {
ConnwrappersPass() : Pass("connwrappers", "replace undef values with defined constants") { } ConnwrappersPass() : Pass("connwrappers", "match width of input-output port pairs") { }
virtual void help() virtual void help()
{ {
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---| // |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|