Moved spice path to technology setup files instead of tech file itself.

This commit is contained in:
Matt Guthaus
2016-11-09 13:29:33 -08:00
parent 04949e093d
commit b51c124810
4 changed files with 7 additions and 6 deletions
@@ -22,8 +22,9 @@ os.environ["MGC_TMPDIR"] = "/tmp"
###########################
#OpenRAM Paths
DRCLVS_HOME= "$FREEPDK45/ncsu_basekit/techfile/calibre"
DRCLVS_HOME= PDK_DIR+"/ncsu_basekit/techfile/calibre"
os.environ["DRCLVS_HOME"] = DRCLVS_HOME
os.environ["SPICE_MODEL_DIR"] = PDK_DIR+"/ncsu_basekit/models/hspice/tran_models/models_nom"
##########################
#Paths required for OPENRAM to function
@@ -22,6 +22,7 @@ os.environ["MGC_TMPDIR"] = "/tmp"
OPENRAM_TECH=os.path.abspath(os.environ.get("OPENRAM_TECH"))
DRCLVS_HOME=OPENRAM_TECH+"/scn3me_subm/tech"
os.environ["DRCLVS_HOME"] = DRCLVS_HOME
os.environ["SPICE_MODEL_DIR"] = "/mada/software/techfiles/scn3me_subm"
##########################
# Paths required for OPENRAM to function