mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
boards/platforms/kcu105: add user_sma_clock_p/n
This commit is contained in:
parent
df464aeaf3
commit
0b86295c6d
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ _io = [
|
|||
Subsignal("p", Pins("D23"), IOStandard("LVDS")),
|
||||
Subsignal("n", Pins("C23"), IOStandard("LVDS"))
|
||||
),
|
||||
("user_sma_clock_p", 0, Pins("D23"), IOStandard("LVCMOS18")),
|
||||
("user_sma_clock_n", 0, Pins("C23"), IOStandard("LVCMOS18")),
|
||||
|
||||
("clk125", 0,
|
||||
Subsignal("p", Pins("G10"), IOStandard("LVDS")),
|
||||
|
|
Loading…
Reference in a new issue