From 9161377c5a24a661bb7c2b7c0693fd96b5d7f292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Povi=C5=A1er?= Date: Mon, 9 Dec 2024 15:39:28 +0100 Subject: [PATCH] wrapcell: Fix help --- passes/cmds/wrapcell.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/passes/cmds/wrapcell.cc b/passes/cmds/wrapcell.cc index 6d8e87b43..420b4ecb5 100644 --- a/passes/cmds/wrapcell.cc +++ b/passes/cmds/wrapcell.cc @@ -137,9 +137,9 @@ struct WrapcellPass : Pass { log("parameter values as specified in curly brackets. If the named module already\n"); log("exists, it is reused.\n"); log("\n"); - log("If the template contains the special string '{%unused}', the command tracks\n"); + log("If the template contains the special string '{%%unused}', the command tracks\n"); log("unused output ports -- specialized wrapper modules will be generated per every\n"); - log("set of unused ports as appearing on a selected cell.\n"); + log("distinct set of unused port bits as appearing on any selected cell.\n"); log("\n"); log(" -setattr \n"); log(" set the given boolean attribute on each created wrapper module\n");