Skip to content

Commit 3f1f580

Browse files
committed
Add nand4 leakage to sky130 tech
1 parent 0937f86 commit 3f1f580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

technology/sky130/tech/tech.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@
748748
spice["inv_leakage"] = 1 # Leakage power of inverter in nW
749749
spice["nand2_leakage"] = 1 # Leakage power of 2-input nand in nW
750750
spice["nand3_leakage"] = 1 # Leakage power of 3-input nand in nW
751+
spice["nand4_leakage"] = 1 # Leakage power of 4-input nand in nW
751752
spice["nor2_leakage"] = 1 # Leakage power of 2-input nor in nW
752753
spice["dff_leakage"] = 1 # Leakage power of flop in nW
753754

0 commit comments

Comments
 (0)