vendor.lattice_ecp5: correct a typo in tristate buffer generation
This commit is contained in:
parent
f3a8880cb8
commit
d14366450b
2
nmigen/vendor/lattice_ecp5.py
vendored
2
nmigen/vendor/lattice_ecp5.py
vendored
|
@ -408,7 +408,7 @@ class LatticeECP5Platform(TemplatedPlatform):
|
||||||
if "o" in pin.dir:
|
if "o" in pin.dir:
|
||||||
o = pin_o
|
o = pin_o
|
||||||
if pin.dir in ("oe", "io"):
|
if pin.dir in ("oe", "io"):
|
||||||
t = ~pin_oe
|
t = ~pin.oe
|
||||||
elif pin.xdr == 1:
|
elif pin.xdr == 1:
|
||||||
# Note that currently nextpnr will not pack an FF (*FS1P3DX) into the PIO.
|
# Note that currently nextpnr will not pack an FF (*FS1P3DX) into the PIO.
|
||||||
if "i" in pin.dir:
|
if "i" in pin.dir:
|
||||||
|
|
Loading…
Reference in a new issue