diff options
-rw-r--r-- | ice40/pack.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/pack.cc b/ice40/pack.cc index e2344295..88112d59 100644 --- a/ice40/pack.cc +++ b/ice40/pack.cc @@ -569,7 +569,7 @@ static void promote_globals(Context *ctx) { log_info("Promoting globals..\n"); const int logic_fanout_thresh = 15; - const int enable_fanout_thresh = 5; + const int enable_fanout_thresh = 15; std::map<IdString, int> clock_count, reset_count, cen_count, logic_count; for (auto net : sorted(ctx->nets)) { NetInfo *ni = net.second; |