Closed d-m-bailey closed 1 year ago
Similarly with FP_PDN_LOWER_LAYER
find $PDK_ROOT/$PDK/libs.tech -type f -exec grep SYNTH_CAP_LOAD {} /dev/null \;
gf180mcu returns nothing and sky130 returns
$PDK_ROOT/sky130A/libs.tech/openlane/config.tcl:set ::env(FP_PDN_LOWER_LAYER) met4
Also
FP_PDN_RAILS_LAYER
FP_PDN_UPPER_LAYER
This looks like it's from a previous version of openlane.
Running
make user_proj_example
with open_pdks versiondd7771c384ed36b91a25e9f8b314355fc26561be
fails withRunning
find $PDK_ROOT/$PDK/libs.tech -type f -exec grep SYNTH_CAP_LOAD {} /dev/null \;
returns nothing, but when set to the sky130 pdk, you can see that each standard cell library has a definition.