-
When using sram macros from the IHP Open PDK (SG13G2), openroad fails when merging GDS pretty much at the end:
According to IHP, that's intended and nothing to worry about. However, it fails with status 8 and you need to run openroad again to get Is it possible to whitelist some cells during this step to let openroad continue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
GDS_ALLOW_EMPTY allows such. It takes a regex to allow. For example |
Beta Was this translation helpful? Give feedback.
-
Thank you! I will also discuss with IHP if that can go into the platform .mk file. |
Beta Was this translation helpful? Give feedback.
GDS_ALLOW_EMPTY allows such. It takes a regex to allow. For example
export GDS_ALLOW_EMPTY ?= fakeram.*
in asap7