mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
select: Adjust help
This commit is contained in:
parent
bff2443af8
commit
b230c95cc4
1 changed files with 1 additions and 1 deletions
|
@ -1067,7 +1067,7 @@ struct SelectPass : public Pass {
|
|||
log("\n");
|
||||
log(" -assert-mod-count N\n");
|
||||
log(" do not modify the current selection. instead assert that the given\n");
|
||||
log(" selection contains exactly N modules.\n");
|
||||
log(" selection contains exactly N modules (partially or fully selected).\n");
|
||||
log("\n");
|
||||
log(" -assert-count N\n");
|
||||
log(" do not modify the current selection. instead assert that the given\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue