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