Skip to content

Commit 9161377

Browse files
committed
wrapcell: Fix help
1 parent d57d21e commit 9161377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

passes/cmds/wrapcell.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ struct WrapcellPass : Pass {
137137
log("parameter values as specified in curly brackets. If the named module already\n");
138138
log("exists, it is reused.\n");
139139
log("\n");
140-
log("If the template contains the special string '{%unused}', the command tracks\n");
140+
log("If the template contains the special string '{%%unused}', the command tracks\n");
141141
log("unused output ports -- specialized wrapper modules will be generated per every\n");
142-
log("set of unused ports as appearing on a selected cell.\n");
142+
log("distinct set of unused port bits as appearing on any selected cell.\n");
143143
log("\n");
144144
log(" -setattr <attribute-name>\n");
145145
log(" set the given boolean attribute on each created wrapper module\n");

0 commit comments

Comments
 (0)