platforms/papilio_pro: swap tx/rx to be consistent with M1
authorSebastien Bourdeauducq <sebastien@milkymist.org>
Sun, 19 May 2013 18:24:47 +0000 (20:24 +0200)
committerSebastien Bourdeauducq <sebastien@milkymist.org>
Sun, 19 May 2013 18:24:47 +0000 (20:24 +0200)
mibuild/platforms/papilio_pro.py

index eebf663434971514ae5abc7f021009be4fce5f19..e7b3a71de195d4ff6b594e635cff1e626663e29f 100644 (file)
@@ -10,8 +10,8 @@ _io = [
        ("clk32", 0, Pins("P94"), IOStandard("LVCMOS33")),
 
        ("serial", 0,
-               Subsignal("tx", Pins("P101"), IOStandard("LVCMOS33"), Misc("SLEW=SLOW")),
-               Subsignal("rx", Pins("P105"), IOStandard("LVCMOS33"), Misc("PULLUP"))
+               Subsignal("tx", Pins("P105"), IOStandard("LVCMOS33"), Misc("SLEW=SLOW")),
+               Subsignal("rx", Pins("P101"), IOStandard("LVCMOS33"), Misc("PULLUP"))
        ),
 
        ("spiflash", 0,