Add nand4 leakage to sky130 tech

This commit is contained in:
mrg 2024-07-01 10:14:43 -07:00
parent 0937f86761
commit 3f1f58065d
1 changed files with 1 additions and 0 deletions

View File

@ -748,6 +748,7 @@ spice["bitcell_leakage"] = 1 # Leakage power of a single bitcell in nW
spice["inv_leakage"] = 1 # Leakage power of inverter in nW
spice["nand2_leakage"] = 1 # Leakage power of 2-input nand in nW
spice["nand3_leakage"] = 1 # Leakage power of 3-input nand in nW
spice["nand4_leakage"] = 1 # Leakage power of 4-input nand in nW
spice["nor2_leakage"] = 1 # Leakage power of 2-input nor in nW
spice["dff_leakage"] = 1 # Leakage power of flop in nW