anyway, try adding this line at the end of the xsc...
# sky130
s
anyway, try adding this line at the end of the xschemrc:
append XSCHEM_LIBRARY_PATH :${XSCHEM_SHAREDIR}/xschem_library/devices
n
Stefan excuse me, what is this intended for?
s
@Nelson Rodriguez the
.../xschem_library/devices
is the path to basic spice symbols (voltage sources, capacitors, resistors, i/o pins, labels and such). If you place such a component in your schematic only the name is used as a reference (example:
ipin.sym
) the rest of the path is looked up by searching in the list of paths defined by
XSCHEM_LIBRARY_PATH
. If no path exists the full unix path is used as a reference. This makes the design not portable, although working on your system.