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:
parent
8968986b54
commit
912c93ca0b
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue