From 8d78bcc4dc6dc50db41ae7d088609e84500053a2 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 2 Nov 2021 15:12:26 -0700 Subject: [PATCH] Revert setpaths.sh --- setpaths.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"