Jazim Ibrahim
12/27/2024, 5:15 PMLuke Harold Miles
12/27/2024, 5:56 PMMitch Bailey
12/27/2024, 6:27 PMPDK_ROOT
or PDKPATH
variable.Jazim Ibrahim
12/27/2024, 7:02 PMMitch Bailey
12/27/2024, 7:05 PMexport PDK_ROOT=<path-to-pdk>
export PDKPATH=$PDK_ROOT/$PDK
As @Luke Harold Miles said, check the console screen for error messages.Jazim Ibrahim
12/27/2024, 7:07 PMMitch Bailey
12/27/2024, 7:23 PMxschem
doesn’t know the caravel_user_project
default PDK_ROOT
set in the Makefile
.
Try
export PDKPATH=<project-path>/dependencies/pdks/sky130A
Jazim Ibrahim
12/27/2024, 7:51 PMJazim Ibrahim
12/27/2024, 7:52 PMMitch Bailey
12/27/2024, 8:49 PMWarning: PDK_ROOT env. var. not found or empty, trying to find an open_pdks install
Try setting PDK_ROOT
Jazim Ibrahim
12/27/2024, 8:55 PMMitch Bailey
12/27/2024, 9:47 PMexport PDK_ROOT=<path-to-pdk>
Jazim Ibrahim
12/28/2024, 8:26 AMStefan Schippers
12/28/2024, 9:02 AMJazim Ibrahim
12/28/2024, 4:40 PMStefan Schippers
12/28/2024, 6:32 PMxschemrc
file with the following line:
source /usr/local/share/pdk/sky130A/libs.tech/xschem/xschemrc
Jazim Ibrahim
12/30/2024, 6:35 PM