mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
share: use share.pattern_limit from scratchpad
This commit is contained in:
parent
ca9176cd0f
commit
6c9857403c
1 changed files with 1 additions and 1 deletions
|
@ -1477,7 +1477,7 @@ struct SharePass : public Pass {
|
|||
ShareWorkerConfig config;
|
||||
|
||||
config.limit = -1;
|
||||
config.pattern_limit = 1000;
|
||||
config.pattern_limit = design->scratchpad_get_int("share.pattern_limit", 1000);
|
||||
config.opt_force = false;
|
||||
config.opt_aggressive = false;
|
||||
config.opt_fast = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue