mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
platforms/kc705: add GPIO SMA
This commit is contained in:
parent
f32f9be17a
commit
b7784fcbd7
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ _io = [
|
|||
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")),
|
||||
|
|
Loading…
Reference in a new issue