Colin Weltin-Wu
02/19/2025, 9:09 PMln -s /usr/local/share/pdk/sky130A/libs.tech/xschem/xschemrc
David Lindley
02/19/2025, 9:36 PMColin Weltin-Wu
02/20/2025, 3:50 AMLeo Moser
02/20/2025, 7:31 AMxschem/
folder in order for the project xschemrc to be automatically sourced, otherwise you need to specify --rcfile
manually.Stefan Schippers
02/20/2025, 1:22 PMxschemrc
file and add one line in it:
source /path/to/pdk/xschemrc
of course you must provide the correct path either by using the shell PDK_ROOT var:
source $env(PDK_ROOT)/sky130A/libs.tech/xschem/xschemrc
or using the absolute path:
source /usr/local/share/pdk/sky130A/libs.tech/xschem/xschemrc
After this source
line you can add your own customizations of course.Colin Weltin-Wu
02/20/2025, 6:23 PMTim Edwards
02/22/2025, 4:22 PM