Replies: 1 comment 2 replies
-
FR is not multi-threaded. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fastroute is a great global routing algorithm that can complete the routing of millions of two-pin nets in such a short time. However, after reading the Fastroute paper, it does not mention how the program allocates threads for the millions of two-pin nets. Does Fastroute divide all the two-pin nets into multiple portions and assign a thread to each portion? How are these threads synchronized to update the capacity of the whole global routing grid? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions