Hi, does anyone know how to fix this error or why ...
# openlane
e
Hi, does anyone know how to fix this error or why it occurs? i am trying to execute the last step of caravel (hardening the user_project_wrapper)
d
Try setting below in config file" set ::env(FP_PDN_IRDROP) 0 set ::env(RUN_IRDROP_REPORT) {0}
e
Thank you, it worked.
👍 1
v
It means there are unconnected power pins. Did you facing LVS error after this stage?
e
No LVS error occurs, and the workflow was successfully completed.
FYI: I checked the config file and i had an error in the "FP_PDN_MACRO_HOOKS", I used the "mprj" from the example instead of my module name, after changing that a LVS error appears. There is a way to solve this error?
v
That is why suggested to fix unconnected power pins first, don't skip IR drop report, it's alarm there was issue design