mirror of https://github.com/VLSIDA/OpenRAM.git
Export globals.py in library's __init__.py
This commit is contained in:
parent
be7c21ab64
commit
e2093241a8
|
|
@ -19,4 +19,7 @@ if not os.path.isdir(OPENRAM_HOME):
|
|||
assert False
|
||||
|
||||
if OPENRAM_HOME not in sys.path:
|
||||
sys.path.insert(0, OPENRAM_HOME)
|
||||
sys.path.insert(0, OPENRAM_HOME)
|
||||
|
||||
# Export everything in globals.py as part of "openram"
|
||||
from globals import *
|
||||
|
|
|
|||
Loading…
Reference in New Issue