Fix missing tech name in path to spice models. Rename models to p,n.

This commit is contained in:
mguthaus
2018-02-12 10:24:15 -08:00
parent a12ebeed9f
commit 6bf4190dde
3 changed files with 3 additions and 3 deletions
@@ -30,7 +30,7 @@ os.environ["DRCLVS_HOME"] = DRCLVS_HOME
# try:
# SPICE_MODEL_DIR = os.path.abspath(os.environ.get("SPICE_MODEL_DIR"))
# except:
os.environ["SPICE_MODEL_DIR"] = OPENRAM_TECH+"/models"
os.environ["SPICE_MODEL_DIR"] = "{0}/{1}/models".format(OPENRAM_TECH, TECHNOLOGY)
##########################
# Paths required for OPENRAM to function