Junbeom Park
04/06/2023, 2:03 PMMitch Bailey
04/06/2023, 2:10 PM###########################################################################
#### WINDOW TO OPEN ON STARTUP: XSCHEM_START_WINDOW
###########################################################################
#### Start without a design if no filename given on command line:
#### To avoid absolute paths, use a path that is relative to one of the
#### XSCHEM_LIBRARY_PATH directories. Default: empty
set XSCHEM_START_WINDOW {sky130_tests/top.sch}
which specifies a design to open if none is specified on the command line.
You can set your XSCHEM_LIBRARY_PATH variable to the path to the sample top.sch.Junbeom Park
04/06/2023, 2:25 PMHarald Pretl
04/06/2023, 3:11 PMAkira Tsuchiya
04/07/2023, 1:25 AM/foss/pdk/gf180mcuC/libs.tech/xschem/symbols/nfet_03v3.sym
, nfet appears. I think path setting in xschem/tests/*.sch is something wrong.Junbeom Park
04/10/2023, 3:23 AMHarald Pretl
04/26/2023, 9:07 AMopen_pdks
for gf180mcuC
which @Curtis Mayberry has debugged (thanks for this!). We have opened an issue for getting this fixed: https://github.com/RTimothyEdwards/open_pdks/issues/368
@Tim Edwards