Any hints on ```[CRIT] [PDNG-0030] Layer specified...
# openlane
s
Any hints on
Copy code
[CRIT] [PDNG-0030] Layer specified for std. cell rails '$::env(FP_PDN_RAILS_LAYER)' not in list of layers.
w/ mpw-one-b openlane and caravel? I can't find this config option in the repo.
a
Did you run make openlane and run make pdk? make sure you're using openlane:rc6 (export IMAGE_NAME)
s
ah
had rc5 thx
a
mpw-one-b openlane is only compatible with mpw-one-b open_pdks. It won't work otherwise giving the same exact error you're seeing. So make sure you have the correct PDK as well (the latest in the openlane makefile).
make pdk
should be enough to install it
s
im using the default hash in the openlane rc6 repo, so should be okay. think it was an image name issue
๐Ÿ‘ 1
yep that was it. I put rc6 everywhere but the image name. thanks! ๐Ÿ™‚
๐Ÿ™Œ 1