mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 17:39:02 +02:00
Fix library path in globals.setup_paths()
This commit is contained in:
+1
-1
@@ -440,7 +440,7 @@ def setup_paths():
|
||||
"Source code at this path will be used as library.")
|
||||
except:
|
||||
import openram
|
||||
OPENRAM_HOME = os.path.dirname(openram.__file__ + "/compiler")
|
||||
OPENRAM_HOME = os.path.dirname(openram.__file__) + "/compiler"
|
||||
# Add this directory to os.environ here
|
||||
os.environ["OPENRAM_HOME"] = OPENRAM_HOME
|
||||
|
||||
|
||||
Reference in New Issue
Block a user