OpenROAD
OpenROAD copied to clipboard
DRT PA Refactor
Description
This Issue is derived from Issue 5610. Specifically for the Pin Access Module
Refactoring Requirements
- Clear and Easy code to understand and maintain
- Less number of lines per method
- Cyclomatic complexity less than 20 (preferably less than 10)
- Doxygen Documentation for all functions/classes
- Following google code style c++
- Eliminate code duplication
- Unit testing
- clang-tidy clean
- Coverity clean
Suggested Solution
No response
Additional Context
No response