How to skip the fill cell step for ASAP7 #757
-
I know that there's some larger fill cells in the works and that it's not too far away, but meanwhile I want to skip the fill cell for ASAP7 because it greatly incrases the size of the .odb file and slows down the OpenROAD GUI. There might be a simpler way to do this, but, naively, I came up with the approach below:
With a bit of rummaging around, I discovered that I can setup a private.mk file:
Then override the rule that adds fillcells:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@rovinski, do you have any suggestions/opinions here? Would add an |
Beta Was this translation helpful? Give feedback.
@rovinski, do you have any suggestions/opinions here? Would add an
if
statement on the Makefile or the Tcl script is useful to other users, or is the workaround @oharboe using the correct approach?