Austin Rovinski

Results 5 issues of Austin Rovinski

OpenROAD doesn't currently have any automated method for inserting decap cells. It could provide a simple routine after static IR drop analysis to insert a user-specified amount of decap (in...

enhancement
dpl

### Description _Originally posted by @rovinski in https://github.com/The-OpenROAD-Project/OpenROAD/issues/4871#issuecomment-2026137319_ Currently, it is very possible to import an IP block which is poorly designed and will cause downstream issues in OpenROAD, which...

enhancement
good first issue

* Change the Makefile target for `DONT_USE_LIBS` to `DECOMPRESSED_LIBS` * Removes the call to markDontUse.py, replaces it with either gunzip or ln * Switch yosys/abc to use the "dont use"...

### Description As a simple sanity check, there could be a CI test that any modified `.ok` files do not have differences in them. This will ensure that they don't...

enhancement
good first issue

Yosys allows for passing though multiple .lib files to ABC since version 0.41. Therefore, external liberty merging is no longer required in any part of the flow. This PR removes...