mirror of https://github.com/VLSIDA/OpenRAM.git
Add comment before pininfo
This commit is contained in:
parent
bdda7c4f5f
commit
9eeab14639
|
|
@ -297,7 +297,7 @@ class spice():
|
||||||
" ".join(self.pins)))
|
" ".join(self.pins)))
|
||||||
|
|
||||||
# write a PININFO line
|
# write a PININFO line
|
||||||
pin_info = ".PININFO"
|
pin_info = "*.PININFO"
|
||||||
for pin in self.pins:
|
for pin in self.pins:
|
||||||
if self.pin_type[pin] == "INPUT":
|
if self.pin_type[pin] == "INPUT":
|
||||||
pin_info += " {0}:I".format(pin)
|
pin_info += " {0}:I".format(pin)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue