Add top-level pin functionality

This commit is contained in:
mrg
2021-05-26 15:04:52 -07:00
parent 9c01e22281
commit 4a8e0cdabb
2 changed files with 26 additions and 13 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ from globals import OPTS
class stimuli():
""" Class for providing stimuli functions """
def __init__(self, stim_file, corner):
def __init__(self, stim_file, corner):
self.vdd_name = "vdd"
self.gnd_name = "gnd"
self.pmos_name = tech.spice["pmos"]