Skip to content

Commit

Permalink
platforms/kc705: add GPIO SMA
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jul 27, 2015
1 parent f32f9be commit b7784fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mibuild/platforms/kc705.py
Original file line number Diff line number Diff line change
@@ -29,6 +29,11 @@
Subsignal("p", Pins("L25"), IOStandard("LVDS_25")),
Subsignal("n", Pins("K25"), IOStandard("LVDS_25"))
),
("user_sma_clock_p", 0, Pins("L25"), IOStandard("LVCMOS25")),
("user_sma_clock_n", 0, Pins("K25"), IOStandard("LVCMOS25")),

("user_sma_gpio_p", 0, Pins("Y23"), IOStandard("LVCMOS33")),
("user_sma_gpio_n", 0, Pins("Y24"), IOStandard("LVCMOS33")),

("clk200", 0,
Subsignal("p", Pins("AD12"), IOStandard("LVDS")),

0 comments on commit b7784fc

Please sign in to comment.