Skip to content

Commit

Permalink
sayma_amc: add AMC/RTM serwb pins
Browse files Browse the repository at this point in the history
sbourdeauducq committed Aug 21, 2017
1 parent daa1ab3 commit a0dbce7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion migen/build/platforms/sinara/sayma_amc.py
Original file line number Diff line number Diff line change
@@ -132,7 +132,17 @@
Subsignal("level", Pins("L25")),
Subsignal("direction", Pins("L23")),
IOStandard("LVCMOS33")
)
),

("amc_rtm_serwb", 0,
Subsignal("clk_p", Pins("J8")), # rtm_fpga_usr_io_p
Subsignal("clk_n", Pins("H8")), # rtm_fpga_usr_io_n
Subsignal("tx_p", Pins("A13")), # rtm_fpga_lvds1_p
Subsignal("tx_n", Pins("A12")), # rtm_fpga_lvds1_n
Subsignal("rx_p", Pins("C12")), # rtm_fpga_lvds2_p
Subsignal("rx_n", Pins("B12")), # rtm_fpga_lvds2_n
IOStandard("LVDS")
),
]


0 comments on commit a0dbce7

Please sign in to comment.