Commit 9d3db581 authored by Thomas Harty's avatar Thomas Harty Committed by Sébastien Bourdeauducq
Browse files

Sayma AMC: add SYSCLK1_300

parent daf6f5d9
...@@ -287,6 +287,14 @@ _io = [ ...@@ -287,6 +287,14 @@ _io = [
Subsignal("n", Pins("B11")), Subsignal("n", Pins("B11")),
IOStandard("LVDS"), Misc("DIFF_TERM_ADV=TERM_100") IOStandard("LVDS"), Misc("DIFF_TERM_ADV=TERM_100")
), ),
# has 100R external termination resistor
("sysclk1_300", 0,
Subsignal("p", Pins("F18")),
Subsignal("n", Pins("F17")),
IOStandard("DIFF_SSTL15_DCI"), Misc("OUTPUT_IMPEDANCE=RDRV_40_40")
),
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment