OpenROAD Project Robot

Results 52 issues of OpenROAD Project Robot

There is no intention to merge this anytime soon. It is public just for collaborating with other contributors. A simple example is in src/ifp/test/init_floorplan1.py

Signed-off-by: ibrahimkhairy This PR has the following two changes for pdngen: 1) pdngen will initialize voltage_domains if not set in the config 2) pdngen will return a detailed error message...

Various cleanup and optimization to dr code.

Adds: - dbGlobalConnect class to ODB to hold the rules for global connections so they can be saved with the database. - `clear/report_global_connect` helper functions to remove all rules and...

In this PR, I support MINIMUMCUT rules that result from large via enclosures by adding the required inter-layer spacing between the vias that generate this type of violation. Jira Issue:...

With the previous default of 1.25 no design was being activated to run with routability driven option. With 1.0 we have routability driven mode working, resulting in less DRT iterations...