mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-24 08:02:32 +00:00
opt_boundary improvements and add to opt pass as option
This commit is contained in:
parent
35d89b16e3
commit
ebf269bdf0
2 changed files with 12 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ struct OptBoundaryPass : Pass {
|
|||
log_header(design, "Executing OPT_BOUNDARY pass.\n");
|
||||
|
||||
int max_cells = 8;
|
||||
int max_bits = 4096;
|
||||
int max_bits = 16384;
|
||||
bool no_disconnect = false;
|
||||
size_t argidx;
|
||||
for (argidx = 1; argidx < args.size(); argidx++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue