mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Fix missing tech name in path to spice models. Rename models to p,n.
This commit is contained in:
@@ -30,7 +30,7 @@ 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"] = OPENRAM_TECH+"/models"
|
||||
os.environ["SPICE_MODEL_DIR"] = "{0}/{1}/models".format(OPENRAM_TECH, TECHNOLOGY)
|
||||
|
||||
##########################
|
||||
# Paths required for OPENRAM to function
|
||||
|
||||
Reference in New Issue
Block a user