Add OPENRAM_TECH to package namespace

This commit is contained in:
Eren Dogan
2023-04-12 13:18:00 -07:00
parent 688069cded
commit ed8242daf8
+2 -1
View File
@@ -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(":"):