Revert setpaths.sh

This commit is contained in:
mrg 2021-11-02 15:12:26 -07:00
parent d7a20bc69b
commit 8d78bcc4dc
1 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@
# like this:
# source setpaths.sh
export OPENRAM_HOME="/openram/compiler"
export OPENRAM_TECH="/openram/technology"
export OPENRAM_HOME="`pwd`/compiler"
export OPENRAM_TECH="`pwd`/technology"