aboutsummaryrefslogtreecommitdiffstats
path: root/passes
diff options
context:
space:
mode:
authorbfg86 <1920022+bfg86@users.noreply.github.com>2022-06-13 09:35:10 +0200
committerbfg86 <1920022+bfg86@users.noreply.github.com>2022-06-13 09:35:10 +0200
commitaedd3b7999bf06211e5bfd1b407391d5b383c8be (patch)
treea10056e214042c0f2da2412b226bb47bf3fd8994 /passes
parent7ac98d1c87c10f1bd0221b440efd573cfb73044c (diff)
downloadyosys-aedd3b7999bf06211e5bfd1b407391d5b383c8be.tar.gz
yosys-aedd3b7999bf06211e5bfd1b407391d5b383c8be.tar.bz2
yosys-aedd3b7999bf06211e5bfd1b407391d5b383c8be.zip
Updating help-text with nakengelhardts suggestion.
Diffstat (limited to 'passes')
-rw-r--r--passes/cmds/rename.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/passes/cmds/rename.cc b/passes/cmds/rename.cc
index 8316ecd6f..81da35ffe 100644
--- a/passes/cmds/rename.cc
+++ b/passes/cmds/rename.cc
@@ -134,8 +134,8 @@ struct RenamePass : public Pass {
log("\n");
log("Assign auto-generated names based on the wires they drive to all selected\n");
log("cells with private names. Ignores cells driving privatly named wires.\n");
- log("The -suffix option can be used to set a suffix to the renamed cells.\n");
- log("The default suffix is the cell type.\n");
+ log("By default, the cell is named after the wire with the cell type as suffix.\n");
+ log("The -suffix option can be used to set the suffix to the given string instead.\n");
log("\n");
log("\n");
log(" rename -enumerate [-pattern <pattern>] [selection]\n");