Skip to content

gui: Add descriptors for the dbMod* objects#9075

Merged
maliberty merged 9 commits intoThe-OpenROAD-Project:masterfrom
LucasYuki:gui_mod_descriptor
Dec 19, 2025
Merged

gui: Add descriptors for the dbMod* objects#9075
maliberty merged 9 commits intoThe-OpenROAD-Project:masterfrom
LucasYuki:gui_mod_descriptor

Conversation

@LucasYuki
Copy link
Contributor

@LucasYuki LucasYuki commented Dec 17, 2025

Closes #8993

Changes:

  • Adds the classes:
    • DbModBTermDescriptor
    • DbModITermDescriptor
    • DbModInstDescriptor
    • DbModNetDescriptor
  • Adds new properties to DbModuleDescriptor
  • Fixes a bug in dbModuleBusPortModBTermItr.cpp
    • dbBusPort::getBusPortMembers() was returning dbModBTerms that were not part of its members.
    • Updates the itr.cpp template, so it's possible to change the end method.

LucasYuki and others added 8 commits December 16, 2025 16:17
Signed-off-by: LucasYuki <lucasyuki@yahoo.com.br>
Signed-off-by: LucasYuki <lucasyuki@yahoo.com.br>
Signed-off-by: LucasYuki <lucasyuki@yahoo.com.br>
Signed-off-by: LucasYuki <lucasyuki@yahoo.com.br>
Signed-off-by: LucasYuki <lucasyuki@yahoo.com.br>
Signed-off-by: LucasYuki <lucasyuki@yahoo.com.br>
Signed-off-by: LucasYuki <lucasyuki@yahoo.com.br>
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@LucasYuki LucasYuki requested a review from maliberty December 17, 2025 18:45
Signed-off-by: LucasYuki <lucasyuki@yahoo.com.br>
@github-actions
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@maliberty maliberty merged commit 398628e into The-OpenROAD-Project:master Dec 19, 2025
13 of 14 checks passed
@LucasYuki LucasYuki deleted the gui_mod_descriptor branch December 21, 2025 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add descriptors for the dbMod* objects

2 participants