mirror of https://github.com/VLSIDA/OpenRAM.git
Fixed path to non-distributable SCMOS spice models
This commit is contained in:
parent
342de4e384
commit
04949e093d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue