diff --git a/passes/silimate/opt_boundary.cc b/passes/silimate/opt_boundary.cc index 5fc7b50b2..c9462fe30 100644 --- a/passes/silimate/opt_boundary.cc +++ b/passes/silimate/opt_boundary.cc @@ -270,7 +270,7 @@ struct OptBoundaryPass : Pass { log_header(design, "Executing OPT_BOUNDARY pass.\n"); int max_cells = 8; - int max_bits = 16384; + int max_bits = 4096; bool no_disconnect = false; size_t argidx; for (argidx = 1; argidx < args.size(); argidx++) {