Matt Liberty
Matt Liberty
In https://github.com/The-OpenROAD-Project/OpenROAD/pull/4673 I've accepted some degradation in sky130hs/aes that originates from a new detour leading to more antenna fixing. Once the antenna fixing is improved please see if this design...
I am not in favor of this change as I think this is fixing a symptom rather than the root cause. The four legal values of dbIoType are handled in...
I recall them reporting an issue with threading, was there a similar performance issue reported? Is there an issue or PR?
That represents a possible solution by threading. I'm still surprised that the single threaded time spread is so large. In any case it is a useful example.
Adding checking onto every single API call would be prohibitive in runtime and hard to do in practice. I don't see any practical solution to this. I think this is...
I agree it is a good goal but I see no practical implementation. I'm open to suggestions.
Its generated by swig from odb/src/swig/...
Try ``` from openroad import Design import odb db = Design.createDetachedDb() odb.dbChip.create(db) db.destroy(db) db.getChip().getBlock().getNets() ```
@macd that would handle the db object itself but all the other object handles you might have would still remain invalid (eg a dbInst). Do you see a way to...
I expect it is the same in tcl