3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

share: help message formatting

Co-authored-by: KrystalDelusion <93062060+KrystalDelusion@users.noreply.github.com>
This commit is contained in:
Emil J 2025-03-03 18:52:05 +01:00 committed by GitHub
parent 8968986b54
commit 912c93ca0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1454,6 +1454,7 @@ struct SharePass : public Pass {
log("\n");
log(" -limit N\n");
log(" Only perform the first N merges, then stop. This is useful for debugging.\n");
log("\n");
log(" -pattern-limit N\n");
log(" Only analyze up to N activation patterns per cell, otherwise assume active.\n");
log(" N is 1000 by default. Higher values may merge more resources at the cost of\n");