Check you config.tcl? Or have you edited the pdn s...
# shuttle
m
Check you config.tcl? Or have you edited the pdn stuff?
a
Nope, didn't tweak any variables concerning the pdn in the config.tcl, nor the script.
m
sure you have met5 turned on in klayout?
maybe it's there but you're not seeing it
does it work with the original configuration (the example project)?
a
Yes met5 is on
m
I would try the example project with the default configuration and see what happens
a
Haven't tried the example project, Let me try that
Okay sure, i'll do that right away
m
there was recently an issue wrt pdn, where they moved the file from open_pdk to openlane
so it could also be you have a mismatched setup with an old openlane
but it's clear you have some of the pdn working
a
The example project's pdn works fine.
I'd compare the results now to see what the problem is..
m
diff the config.tcl
a
Found the problem! I used routing obstructions of metal5 while hardening my design, which are restricting the metal5 rails to go over the macro during wrapper hardening. Just for the sake of testing, I commented the Obs layer of metal5 in my macro lef and the problem solved. I would now reharden my design by defining the max routing layer to go till metal4 rather than applying obstructions.
Thanks for pointing me to try the user example and comparing the results.