-
What does it mean? |
Beta Was this translation helpful? Give feedback.
Answered by
QuantamHD
Dec 11, 2024
Replies: 1 comment 1 reply
-
In general it means that the system has too many constraints, and there's no solution to the gradient descent problem. In practice it's often that the density or routing is too dense, and the global placer can't find a way to fit everything in. The error message could be improved. It's a signal by the tool that you need to reconstrain your design in some way. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
titan73
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In general it means that the system has too many constraints, and there's no solution to the gradient descent problem.
In practice it's often that the density or routing is too dense, and the global placer can't find a way to fit everything in. The error message could be improved. It's a signal by the tool that you need to reconstrain your design in some way.