Files
OpenRAM/setpaths.sh
T

11 lines
316 B
Bash
Raw Normal View History

#!/bin/bash
# This is a bash utility script to set the paths to the current
# directory of OpenRAM. It must be sourced in the local directory
# like this:
# source setpaths.sh
export OPENRAM_HOME="`pwd`/compiler"
export OPENRAM_TECH="`pwd`/technology"
2023-01-09 16:02:25 -08:00
export PDK_ROOT="$HOME/gf/pdk"
2022-02-18 15:02:16 -08:00
export PYTHONPATH=$OPENRAM_HOME