Commit 090ece74 authored by airwoodix's avatar airwoodix Committed by Robert Jördens
Browse files

Lattice iCE40: pass positive pin to SB_IO in DifferentialInput

parent ee3508b2
...@@ -141,7 +141,7 @@ class LatticeiCE40DifferentialInputImpl(Module): ...@@ -141,7 +141,7 @@ class LatticeiCE40DifferentialInputImpl(Module):
self.specials += Instance("SB_IO", self.specials += Instance("SB_IO",
p_PIN_TYPE=C(0b000001, 6), # simple input pin p_PIN_TYPE=C(0b000001, 6), # simple input pin
p_IO_STANDARD="SB_LVDS_INPUT", p_IO_STANDARD="SB_LVDS_INPUT",
io_PACKAGE_PIN=i_n, io_PACKAGE_PIN=i_p,
o_D_IN_0=o) o_D_IN_0=o)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment