Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel LiteX
migen
Commits
9d3db581
Commit
9d3db581
authored
6 years ago
by
Thomas Harty
Committed by
Sébastien Bourdeauducq
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Sayma AMC: add SYSCLK1_300
parent
daf6f5d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
migen/build/platforms/sinara/sayma_amc.py
migen/build/platforms/sinara/sayma_amc.py
+8
-0
No files found.
migen/build/platforms/sinara/sayma_amc.py
View file @
9d3db581
...
@@ -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"
)
),
]
]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment