mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Updating help-text with nakengelhardts suggestion.
This commit is contained in:
parent
7ac98d1c87
commit
aedd3b7999
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue