Skip to content

Commit

Permalink
Add nand4 leakage to sky130 tech
Browse files Browse the repository at this point in the history
  • Loading branch information
mguthaus committed Jul 1, 2024
1 parent 0937f86 commit 3f1f580
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions technology/sky130/tech/tech.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@
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

Expand Down

0 comments on commit 3f1f580

Please sign in to comment.