diff --git a/setpaths.sh b/setpaths.sh index e4d0ff90..44485f14 100755 --- a/setpaths.sh +++ b/setpaths.sh @@ -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"