Update spi2act

This commit is contained in:
Edward Arthur Bingham 2024-01-22 20:00:41 -05:00 committed by GitHub
parent befc1e95fb
commit 274732d192
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
spi2act
View File

@ -429,17 +429,6 @@ def interpret_length(length):
def print_help():
print("Usage: spi2act.py [options] <lambda> <spice file>")
print("\t--globals,-g\tbundles the power rails into a globals structure.")
print("")
print("Tech Lambda")
print("ibm10lp 0.025e-6")
print("ibm12soi 0.019e-6")
print("ibm28lp 0.015e-6")
print("ibm9lp 0.05e-6")
print("ibm9sf 0.04e-6")
print("sam28lp 0.015e-6")
print("st28soi 0.015e-6")
print("tsmc65 0.03e-6")
print("xlp2 0.075e-6")
if __name__ == "__main__":
if len(sys.argv) <= 2 or sys.argv[1] == '--help' or sys.argv[1] == '-h':