3
0
Fork 0
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:
Akash Levy 2026-05-04 10:51:04 -07:00
parent 35d89b16e3
commit ebf269bdf0
2 changed files with 12 additions and 1 deletions

View file

@ -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++) {