| # For openlane. | |
| export CARAVEL_ROOT=$(pwd)/caravel | |
| export OPENLANE_ROOT=/home/harrison/workspace/OpenLane/ | |
| export PDK_ROOT=/home/harrison/workspace/sky130/ | |
| # For sim. | |
| export GCC_PATH=/opt/riscv32imc/bin/ | |
| export PDK_PATH=/home/harrison/workspace/sky130/sky130A/ | |
| # Precheck | |
| export PRECHECK_ROOT=/home/harrison/workspace/mpw4/precheck/ | |
| export OPENLANE_TAG=mpw-3a | |
| export CARAVEL_LITE=1 | |
| export CARAVEL_BRANCH=mpw-3a | |