mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
boards/platforms/kcu105: add si570_refclk
This commit is contained in:
parent
48312890e5
commit
a318343afb
1 changed files with 4 additions and 0 deletions
|
@ -184,6 +184,10 @@ _io = [
|
|||
Subsignal("n", Pins("N26"), IOStandard("LVDS_25"))
|
||||
),
|
||||
|
||||
("si570_refclk", 0,
|
||||
Subsignal("p", Pins("P6")),
|
||||
Subsignal("n", Pins("P5"))
|
||||
),
|
||||
|
||||
("user_sma_mgt_refclk", 0,
|
||||
Subsignal("p", Pins("V6")),
|
||||
|
|
Loading…
Reference in a new issue