From caff24255db1a0fc2b964bb1854f49710e39c1e9 Mon Sep 17 00:00:00 2001 From: Max P Date: Fri, 11 Jul 2025 10:03:18 +0000 Subject: [PATCH] Refactor: Reduces maximum fanout for nets - Reduces the maximum allowed fanout value to improve timing closure. - This change aims to optimize resource utilization. --- project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.yml b/project.yml index c6938de..6bd72c4 100644 --- a/project.yml +++ b/project.yml @@ -249,7 +249,7 @@ tool_options: # Maximum allowed fanout for a net. # Values: integer (e.g., 500) - - "-max_fanout 500" + - "-max_fanout 50" # Maximum number of BUFGs (global buffers) to use. # Values: 0–32 (device-dependent)