mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 09:58:33 +02:00
Add OPENRAM_TECH to package namespace
This commit is contained in:
+2
-1
@@ -565,8 +565,9 @@ def import_tech():
|
||||
|
||||
debug.info(1, "Tech directory found in {}".format(OPENRAM_TECH))
|
||||
|
||||
# Add this environment variable to os.environ
|
||||
# Add this environment variable to os.environ and openram namespace
|
||||
os.environ["OPENRAM_TECH"] = OPENRAM_TECH
|
||||
openram.OPENRAM_TECH = OPENRAM_TECH
|
||||
|
||||
# Add all of the paths
|
||||
for tech_path in OPENRAM_TECH.split(":"):
|
||||
|
||||
Reference in New Issue
Block a user