mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Moved spice path to technology setup files instead of tech file itself.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user