versa_ecp5: Remove negative diff IO pins
authorDavid Shah <davey1576@gmail.com>
Fri, 22 Feb 2019 12:12:10 +0000 (12:12 +0000)
committerDavid Shah <davey1576@gmail.com>
Fri, 22 Feb 2019 12:12:10 +0000 (12:12 +0000)
commit321dd8fcf6586bc88806cae61f1538756cde8eb4
treefa6b19b0eabed25df3bd11c067ec74598317e45d
parentc03b1ad13a6188bbc233f2bdae6deeecd883bf0a
versa_ecp5: Remove negative diff IO pins

In Lattice FPGAs only the positive side of differential pairs should
be specified (unlike Xilinx)

These are a warning on Diamond (which trims unused IO) and an error
with Yosys/nextpnr (which doesn't so they conflict when the positive
pin is 'expanded').

Already this is the case for the clock input, this commit performs
the same change for the DDR3 pins.
litex/boards/platforms/versa_ecp5.py