3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-23 04:38:55 +00:00

rename: fix help

This commit is contained in:
Emil J. Tywoniak 2025-07-07 16:16:57 +02:00
parent 2b659626a3
commit 658c7dd424

View file

@ -276,7 +276,7 @@ struct RenamePass : public Pass {
log("\n");
log(" rename -unescape [selection]\n");
log("\n");
log("Rename all selected public wires and cells that have to be escaped.\n");
log("Rename all selected public wires and cells that have to be escaped in Verilog.\n");
log("Replaces characters with underscores or adds additional underscores and numbers.\n");
log("\n");
}