mirror of https://github.com/VLSIDA/OpenRAM.git
Remove spice model dir env variable for scn3me.
This commit is contained in:
parent
264d55b16c
commit
9d10ccff37
|
|
@ -28,10 +28,10 @@ except:
|
||||||
DRCLVS_HOME= PDK_DIR+"/ncsu_basekit/techfile/calibre"
|
DRCLVS_HOME= PDK_DIR+"/ncsu_basekit/techfile/calibre"
|
||||||
os.environ["DRCLVS_HOME"] = DRCLVS_HOME
|
os.environ["DRCLVS_HOME"] = DRCLVS_HOME
|
||||||
|
|
||||||
try:
|
# try:
|
||||||
SPICE_MODEL_DIR = os.path.abspath(os.environ.get("SPICE_MODEL_DIR"))
|
# SPICE_MODEL_DIR = os.path.abspath(os.environ.get("SPICE_MODEL_DIR"))
|
||||||
except:
|
# except:
|
||||||
os.environ["SPICE_MODEL_DIR"] = PDK_DIR+"/ncsu_basekit/models/hspice/tran_models/models_nom"
|
os.environ["SPICE_MODEL_DIR"] = PDK_DIR+"/ncsu_basekit/models/hspice/tran_models/models_nom"
|
||||||
|
|
||||||
##########################
|
##########################
|
||||||
#Paths required for OPENRAM to function
|
#Paths required for OPENRAM to function
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue