Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build/platforms/mimasv2: Fixed swapped serial pads
Browse files Browse the repository at this point in the history
cyrozap authored and sbourdeauducq committed Nov 8, 2015
1 parent 70e3280 commit 7644810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migen/build/platforms/mimasv2.py
Original file line number Diff line number Diff line change
@@ -7,9 +7,9 @@
("clk12", 0, Pins("D9"), IOStandard("LVCMOS33")),

("serial", 0,
Subsignal("tx", Pins("A8"), IOStandard("LVCMOS33"),
Subsignal("tx", Pins("B8"), IOStandard("LVCMOS33"),
Misc("SLEW=FAST")),
Subsignal("rx", Pins("B8"), IOStandard("LVCMOS33"),
Subsignal("rx", Pins("A8"), IOStandard("LVCMOS33"),
Misc("SLEW=FAST"))),

("spiflash", 0,

0 comments on commit 7644810

Please sign in to comment.