mirror of https://github.com/VLSIDA/OpenRAM.git
Fix OPENRAM_HOME path for library
This commit is contained in:
parent
557b2e7459
commit
62700e4d2b
|
|
@ -440,7 +440,7 @@ def setup_paths():
|
||||||
"Source code at this path will be used as library.")
|
"Source code at this path will be used as library.")
|
||||||
except:
|
except:
|
||||||
import openram
|
import openram
|
||||||
OPENRAM_HOME = os.path.dirname(openram.__file__)
|
OPENRAM_HOME = os.path.dirname(openram.__file__ + "/compiler")
|
||||||
# Add this directory to os.environ here
|
# Add this directory to os.environ here
|
||||||
os.environ["OPENRAM_HOME"] = OPENRAM_HOME
|
os.environ["OPENRAM_HOME"] = OPENRAM_HOME
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue