From 04949e093d8a6fb7f7a554992e908d4d59435814 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Wed, 9 Nov 2016 13:19:08 -0800 Subject: [PATCH] Fixed path to non-distributable SCMOS spice models --- technology/scn3me_subm/tech/tech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technology/scn3me_subm/tech/tech.py b/technology/scn3me_subm/tech/tech.py index 8046b78d..4ac7c7de 100755 --- a/technology/scn3me_subm/tech/tech.py +++ b/technology/scn3me_subm/tech/tech.py @@ -172,7 +172,7 @@ drc["minarea_metal3"] = 0 spice={} spice["nmos"]="n" spice["pmos"]="p" -spice["fet_models"] = [os.environ.get("DRCLVS_HOME")+"/on_c5n.sp"] +spice["fet_models"] = ["/mada/software/techfiles/scn3me_subm/on_c5n.sp"] #spice stimulus related variables spice["clock_period"] = 10.0