Tim Edwards
02/11/2021, 9:49 PMXSCHEM_LIBRARY_PATH
entries was significant. I believe I have it working correctly now.Stefan Schippers
02/12/2021, 1:48 PMset XSCHEM_LIBRARY_PATH \
${XSCHEM_SHAREDIR}/xschem_library: \
/usr/share/pdk/sky130A/libs.tech/xschem
the first path is xschem 'own' symbol directory (containing necessary things like pins, labels, ideal components title etc)
the second (and more if needed) is the project specific base directory.
xschem symbols instantiated in schematics have one directory component, example:
sky130_fd_pr/nfet_g5v0d10v5.sym
so the XSCHEM_LIBRARY_PATH should end one dir above that.