Back out spice override for freepdk.

This commit is contained in:
Matt Guthaus 2016-11-10 11:08:48 -08:00
parent 992d091a8b
commit b7b3a796f5
1 changed files with 3 additions and 5 deletions

View File

@ -23,11 +23,9 @@ os.environ["MGC_TMPDIR"] = "/tmp"
#OpenRAM Paths
DRCLVS_HOME= PDK_DIR+"/ncsu_basekit/techfile/calibre"
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"] = PDK_DIR+"/ncsu_basekit/models/hspice/tran_models/models_nom"
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