OpenROAD
OpenROAD copied to clipboard
DRT Refactor ta
Description
TA; Track Assignment, module is responsible for assigning tracks for the given global route guides. The tracks are needed later when we split the design into workers to get the connecting pins of each net that is divided across workers. The refactor should address the 2 main steps in track assignment:
Other parts of the code are easier to understand so we mainly need to document and follow the google code style c++
- [ ] FlexTA.cpp
- [ ] FlexTA_end.cpp
- [ ] FlexTA_graphics.cpp
- [ ] FlexTA_rq.cpp
Suggested Solution
No response
Additional Context
No response