| # 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/precheck/ | |
| # Hack for mpw-3 | |
| export OPENLANE_TAG=master | |