The-OpenROAD-Project / OpenROAD

OpenROAD's unified application implementing an RTL-to-GDS Flow. Documentation at https://openroad.readthedocs.io/en/latest/
https://theopenroadproject.org/
BSD 3-Clause "New" or "Revised" License
1.35k stars 481 forks source link

Part1 of dbNetwork changes. #5027

Closed andyfox-rushc closed 2 days ago

andyfox-rushc commented 2 weeks ago

The first part of the dbSta/dbNetwork.cc changes is just the change to the child module instance iterator. This change is minor but causes the regression results to change (some of the modules now printed in a different, reversed, order). So this small change includes just the module iterator change + the new regressions. This is in preparation for the rest of the dbNetwork changes (part2 of dbNetwork changes will include the rest of the sta/db api).