projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99d2054
)
compat.fhdl.specials: track changes in build.plat.
author
whitequark
<whitequark@whitequark.org>
Sat, 3 Aug 2019 22:52:34 +0000
(22:52 +0000)
committer
whitequark
<whitequark@whitequark.org>
Sat, 3 Aug 2019 22:52:34 +0000
(22:52 +0000)
nmigen/compat/fhdl/specials.py
patch
|
blob
|
history
diff --git
a/nmigen/compat/fhdl/specials.py
b/nmigen/compat/fhdl/specials.py
index f548b538b9d157b4fdfd28562d13c147bce4a848..9ad0105aaffa1d37dd3162d502599fd40fcbf929 100644
(file)
--- a/
nmigen/compat/fhdl/specials.py
+++ b/
nmigen/compat/fhdl/specials.py
@@
-44,7
+44,7
@@
class Tristate(Elaboratable):
pin.oe = self.oe
if self.i is not None:
pin.i = self.i
- return platform.get_input_output(pin, self.target,
extras={}
)
+ return platform.get_input_output(pin, self.target,
attrs={}, invert=None
)
m = Module()
m.d.comb += self.i.eq(self.target)