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
|
|
@ -20,3 +20,6 @@ if not os.path.isdir(OPENRAM_HOME):
|
||||||
|
|
||||||
if OPENRAM_HOME not in sys.path:
|
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