Sign in
foss-eda-tools
/
third_party
/
shuttle
/
sky130
/
mpw-006
/
slot-037
/
30811af87813d92545c9f7ce2286c8c83d2de2c4
/
.
/
.github
/
scripts
/
build-pdk.sh
blob: 48f0dccd9e7f775237097923eac95201280e4022 [
file
] [
log
] [
blame
]
export HOME
=
$
(
pwd
)
git clone
--
depth
=
1
https
://
github
.
com
/
efabless
/
caravel
-
lite
.
git
cd
..
export PDK_ROOT
=
$
(
pwd
)/
pdks
mkdir $PDK_ROOT
cd $HOME
/
caravel
-
lite
/
make pdk
exit
0