projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9893e3c
)
lib.io: style. NFC.
author
whitequark
<whitequark@whitequark.org>
Thu, 12 Sep 2019 13:51:18 +0000
(13:51 +0000)
committer
whitequark
<whitequark@whitequark.org>
Thu, 12 Sep 2019 13:51:18 +0000
(13:51 +0000)
nmigen/lib/io.py
patch
|
blob
|
history
diff --git
a/nmigen/lib/io.py
b/nmigen/lib/io.py
index d87f809a5959507215ee0d92dce90c98dacebdb3..867c9b4ed5fe7cc826fd1b8eecd4240e59977215 100644
(file)
--- a/
nmigen/lib/io.py
+++ b/
nmigen/lib/io.py
@@
-102,4
+102,5
@@
class Pin(Record):
self.dir = dir
self.xdr = xdr
- super().__init__(pin_layout(self.width, self.dir, self.xdr), name=name, src_loc_at=src_loc_at + 1)
+ super().__init__(pin_layout(self.width, self.dir, self.xdr),
+ name=name, src_loc_at=src_loc_at + 1)