Commit 0080bed7 authored by Sebastien Bourdeauducq's avatar Sebastien Bourdeauducq
Browse files

sayma_rtm2: add AFE test pins

parent 032340d2
...@@ -107,6 +107,10 @@ _io = [ ...@@ -107,6 +107,10 @@ _io = [
Subsignal("rxp", Pins("G4")), Subsignal("rxp", Pins("G4")),
Subsignal("rxn", Pins("G3")) Subsignal("rxn", Pins("G3"))
), ),
# Bogus AFE pins for testing (TODO)
("allaki0_rfsw0", 0, Pins("E18"), IOStandard("LVCMOS25")),
("allaki0_rfsw1", 0, Pins("F17"), IOStandard("LVCMOS25")),
] ]
class Platform(XilinxPlatform): class Platform(XilinxPlatform):
......
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