Refactor: Reduces maximum fanout for nets

- Reduces the maximum allowed fanout value to improve timing
  closure.
- This change aims to optimize resource utilization.
This commit is contained in:
2025-07-11 10:03:18 +00:00
parent c51815cb51
commit caff24255d

View File

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