Skip to content

Instantly share code, notes, and snippets.

@britovski
britovski / build.sh
Created June 17, 2021 14:43 — forked from mattvenn/build.sh
caravel_user_project installation
magic_version=$(magic --version)
if [ $magic_version != 8.3.160 ]; then
echo "magic version too old. either update it or make the pdk with make pdk-nonnative"
exit
fi
git clone git@github.com:efabless/caravel_user_project.git
export PDK_ROOT=$(pwd)/pdk
export OPENLANE_ROOT=$(pwd)/openlane
export OPENLANE_TAG=v0.15