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,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