Hi. I can't run the precheck locally. I get this e...
# shuttle
w
Hi. I can't run the precheck locally. I get this error:
m
you need to export PDK_ROOT before you install and run precheck
see the quickstart instructions
w
I have defined: export PDK_ROOT=/edatools/pdks and export CARAVEL_ROOT=$(pwd)/caravel , before run make run-precheck
m
What do you get with
ls $PDK_ROOT
?
w
$PDK_ROOT contains open_pdks sky130A and skywater-pdk folders. This is what appears after I run ls $PDK_ROOT after exporting PDK_ROOT=/edatools/pdks. But, I ran ls $PDK_ROOT again and it showed me the /home/myuser directory.
a
what command are you using to run the precheck
if Sudo, keep in mind that sude uses its own environment
w
I used
sudo make run-precheck,
because only
make run-precheck
I get permission denied.
a
You might be able to find a workaround to force sudo to use the caller's enviorment OR use sudo to change owner on files you are using
w
I got it. I will try. Thanks!