Juan Andres
07/24/2023, 7:17 AMStefan Schippers
07/24/2023, 7:28 AMset PDK_ROOT /home/juan/toolSKY/pdk
set PDK gf180mcuC
set XSCHEM_LIBRARY_PATH {}
append XSCHEM_LIBRARY_PATH ${XSCHEM_SHAREDIR}/xschem_library
append XSCHEM_LIBRARY_PATH :$PDK_ROOT/$PDK/libs.tech/xschem
append XSCHEM_LIBRARY_PATH :$env(PWD)
set 180MCU_MODELS ${PDK_ROOT}/$PDK/libs.tech/ngspice
set 180MCU_STDCELLS ${PDK_ROOT}/$PDK/libs.ref/gf180mcu_fd_sc_mcu7t5v0/spice
set XSCHEM_START_WINDOW {tests/0_top.sch}
Mitch Bailey
07/24/2023, 7:31 AMxschem 0_top.sch
?
I think xschem
will only open existing files on startup.
Try running xschem
without any parameters, open a new schematic, and then save it.
The changes that @Stefan Schippers suggest will open tests/0_top.sch
at startup, if this file exists.
If it doesn’t exist, you’ll get an alert.
You can comment out the XSCHEM_START_WINDOW
to start with an untitled.sch
.Stefan Schippers
07/24/2023, 7:37 AMJuan Andres
07/24/2023, 7:38 AMStefan Schippers
07/24/2023, 7:39 AMJuan Andres
07/24/2023, 7:45 AM