Stefan Schippers
05/12/2022, 11:17 PMappend XSCHEM_LIBRARY_PATH :${XSCHEM_SHAREDIR}/xschem_library/devices
Nelson Rodriguez
05/31/2022, 6:35 PMStefan Schippers
06/01/2022, 9:47 AM.../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.