Fix unit tests with newest RBL delays. Fix tech problem with new spice models.

This commit is contained in:
mguthaus
2018-02-16 13:54:05 -08:00
parent c1c1ba38a3
commit 5e8dff1e90
11 changed files with 271 additions and 424 deletions
@@ -20,6 +20,7 @@ os.environ["MGC_TMPDIR"] = "/tmp"
###########################
# OpenRAM Paths
try:
DRCLVS_HOME = os.path.abspath(os.environ.get("DRCLVS_HOME"))
except:
@@ -30,6 +31,7 @@ os.environ["DRCLVS_HOME"] = DRCLVS_HOME
# try:
# SPICE_MODEL_DIR = os.path.abspath(os.environ.get("SPICE_MODEL_DIR"))
# except:
OPENRAM_TECH=os.path.abspath(os.environ.get("OPENRAM_TECH"))
os.environ["SPICE_MODEL_DIR"] = "{0}/{1}/models".format(OPENRAM_TECH, TECHNOLOGY)
##########################