Fix pin vs module names issue #26

This commit is contained in:
mrg 2020-11-12 09:33:48 -08:00
parent 56c2222c2b
commit d3cb22c8c1
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class spice():
debug.error("{} spice subcircuit port names do not match pin_names\
\n SPICE names={}\
\n Module names={}\
".format(self.name, self.pin_names, self.pins), 1)
".format(self.name, self.pin, self.pin_names), 1)
self.pin_type = {pin: type for pin, type in zip(self.pin_names, type_list)}
def get_pin_type(self, name):