mirror of https://github.com/VLSIDA/OpenRAM.git
Add sky130 corners to tech file.
This commit is contained in:
parent
58f1b55e08
commit
1db9881ce7
|
|
@ -714,7 +714,11 @@ spice["ground"]="vssd1"
|
||||||
# whether or not the device model is actually a subckt
|
# whether or not the device model is actually a subckt
|
||||||
spice["device_prefix"] = "X"
|
spice["device_prefix"] = "X"
|
||||||
|
|
||||||
spice["fet_libraries"] = {"TT": [[os.environ.get("SPICE_MODEL_DIR") + "/sky130.lib.spice", "tt"]]}
|
spice["fet_libraries"] = { "TT": [[os.environ.get("SPICE_MODEL_DIR") + "/sky130.lib.spice", "tt"]],
|
||||||
|
"SS": [[os.environ.get("SPICE_MODEL_DIR") + "/sky130.lib.spice", "ss"]],
|
||||||
|
"FF": [[os.environ.get("SPICE_MODEL_DIR") + "/sky130.lib.spice", "ff"]],
|
||||||
|
"SF": [[os.environ.get("SPICE_MODEL_DIR") + "/sky130.lib.spice", "sf"]],
|
||||||
|
"FS": [[os.environ.get("SPICE_MODEL_DIR") + "/sky130.lib.spice", "fs"]] }
|
||||||
|
|
||||||
# spice stimulus related variables
|
# spice stimulus related variables
|
||||||
spice["feasible_period"] = 10 # estimated feasible period in ns
|
spice["feasible_period"] = 10 # estimated feasible period in ns
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue