<@U01819B63HP> I have installed Xschem and Ngspice...
# xschem
a
@User I have installed Xschem and Ngspice in a different directory than the system root for CentOS 7. Some of the schematics in the xschem_sky130 library have missing components, too. Do I need to install Xschem again, or is there a workaround?
s
you should run xschem from the xschem_sky130 directory. There is a xschemrc file. Edit this file and correct the path to reference the share/xschem/xschem_library directory, according to your xschem installation.
Copy code
append XSCHEM_LIBRARY_PATH /xschem/install/root/share/xschem/xschem_library
If you did a full open_pdks install then create a directory, copy the xschemrc you find in .
../share/pdk/sky130A/libs.tech/xschem
and adjust the
XSCHEM_LIBRARY_PATH
according to xschem install root.
a
It worked! Thanks a lot.