Add comment before pininfo

This commit is contained in:
mrg 2020-11-12 14:33:42 -08:00
parent bdda7c4f5f
commit 9eeab14639
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ class spice():
" ".join(self.pins)))
# write a PININFO line
pin_info = ".PININFO"
pin_info = "*.PININFO"
for pin in self.pins:
if self.pin_type[pin] == "INPUT":
pin_info += " {0}:I".format(pin)