OpenROAD icon indicating copy to clipboard operation
OpenROAD copied to clipboard

DRT PA Refactor

Open bnmfw opened this issue 1 year ago • 0 comments

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

bnmfw avatar Sep 10 '24 12:09 bnmfw