mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
select: Adjust help
This commit is contained in:
parent
bff2443af8
commit
b230c95cc4
|
@ -1067,7 +1067,7 @@ struct SelectPass : public Pass {
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -assert-mod-count N\n");
|
log(" -assert-mod-count N\n");
|
||||||
log(" do not modify the current selection. instead assert that the given\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("\n");
|
||||||
log(" -assert-count N\n");
|
log(" -assert-count N\n");
|
||||||
log(" do not modify the current selection. instead assert that the given\n");
|
log(" do not modify the current selection. instead assert that the given\n");
|
||||||
|
|
Loading…
Reference in a new issue