Soumil Jain
08/03/2022, 8:01 PMTim Edwards
08/03/2022, 9:19 PM$PDKPATH
in the name should be derived from $PDK_ROOT
, which itself is derived from the environment variable of the same name. Volare should have (? @donn ?) set this environment variable appropriately, but if not, you should be able to set it yourself and the GDS file corresponding to the path specified in the layout view will be found.Soumil Jain
08/04/2022, 6:40 PM$PDKPATH
in the magicrc file which seems to be working -
if {[catch {set PDKPATH $env(PDKPATH)}]} {
set PDKPATH "../dependencies/pdks/volare/sky130/versions/41c0908b47130d5675ff8484255b43f66463a7d6/sky130B"
}