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:
@@ -249,7 +249,7 @@ tool_options:
|
|||||||
|
|
||||||
# Maximum allowed fanout for a net.
|
# Maximum allowed fanout for a net.
|
||||||
# Values: integer (e.g., 500)
|
# Values: integer (e.g., 500)
|
||||||
- "-max_fanout 500"
|
- "-max_fanout 50"
|
||||||
|
|
||||||
# Maximum number of BUFGs (global buffers) to use.
|
# Maximum number of BUFGs (global buffers) to use.
|
||||||
# Values: 0–32 (device-dependent)
|
# Values: 0–32 (device-dependent)
|
||||||
|
Reference in New Issue
Block a user