drt: last name changes and doxygen #6359
Open
+298
−185
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #5721. Finally.
This PR is only aesthetic, it only adds missing Doxygen documentations to most functions on the PA module and changes some names. Some functions, specially on the row_patters and acc_patterns files were left simple as the high level view of both files is pretty straight forward, acc_point is the elaborate one.
Ignoring function name changes to camelCase here are all function name changes, I find they describe the function better (filter describes what is happening way better than check or add). Here are they:
initAllAccessPoints
→genAllAccessPoints
gen_createAccessPoint
→createSingleAccessPoint
gen_initializeAccessPoints
→createMultipleAccessPoints
check_addPlanarAccess
→filterPlanarAccess
check_addViaAccess
→filterViaAccess
checkViaAccess
→checkViaPlanarAccess
check_addAccess
→filterSingleAPAccesses
check_setAPsAccesses
→filterMultipleAPAccesses
initPinAccessCostBounded
→genPinAccessCostBounded
initPinAccess
→genPinAccess
initInstAccessPoints
→genInstAccessPoints
initAllAccessPoints
→genAllAccessPoints