Add OPENRAM_TECH to package namespace

This commit is contained in:
Eren Dogan 2023-04-11 11:13:15 -07:00
parent 688069cded
commit ed8242daf8
1 changed files with 2 additions and 1 deletions

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(":"):