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
5b1df78f
Commit
5b1df78f
authored
8 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
platforms/kc705: add SFP pins
parent
64341a60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
migen/build/platforms/kc705.py
migen/build/platforms/kc705.py
+8
-0
No files found.
migen/build/platforms/kc705.py
View file @
5b1df78f
...
...
@@ -206,6 +206,14 @@ _io = [
Subsignal
(
"p"
,
Pins
(
"K6"
)),
Subsignal
(
"n"
,
Pins
(
"K5"
))
),
(
"sfp_tx"
,
0
,
Subsignal
(
"p"
,
Pins
(
"H2"
)),
Subsignal
(
"n"
,
Pins
(
"H1"
))
),
(
"sfp_rx"
,
0
,
Subsignal
(
"p"
,
Pins
(
"G4"
)),
Subsignal
(
"n"
,
Pins
(
"G3"
))
),
(
"si5324"
,
0
,
Subsignal
(
"rst_n"
,
Pins
(
"AE20"
),
IOStandard
(
"LVCMOS25"
)),
...
...
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