OpenROAD
OpenROAD copied to clipboard
GUI: show 3DIC Markers
Closes #8898
Changes:
- DRCWidget now uses dbChip instead of dbBlock, since the Markers are now stored in dbChip.
- New class created (dbChipCallBackObj):
- ODB callbacks for dbChip changes
- Callbacks for marker-related changes were moved from dbBlockCallBackObj to dbChipCallBackObj
clang-tidy review says "All clean, LGTM! :+1:"
@osamahammad21 please do a first pass review
@maliberty The callbacks part looks fine to me. I am not very familiar with the GUI code.
@maliberty Could this be merged?