I have got my pdk installed in the right directory...
# xschem
m
I have got my pdk installed in the right directory, then why am I getting this error upon running xschem
m
Copy code
echo $PDK_ROOT
m
It outputs nothing, but i am sure that my pdk is installed in /usr/local/share/pdk
m
It’s not an error then - just a warning message. If you’re not seeing the xschem window, that’s a different problem.
m
Why does the xchemrc file need to know the pdk location anyway, because we can always get the models from the pdk by just opening them in xschem itself.
m
It might have to do with the way xschem stores the symbol references. If the symbols aren’t on your
XSCHEM_LIBRARY_PATH
, the symbols maybe stored as absolute references instead of relative references. This makes your design unportable.