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
ae063b2f
Commit
ae063b2f
authored
7 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
sayma_amc: add Ethernet pins
parent
11aa1be2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
migen/build/platforms/sinara/sayma_amc.py
migen/build/platforms/sinara/sayma_amc.py
+13
-0
No files found.
migen/build/platforms/sinara/sayma_amc.py
View file @
ae063b2f
...
...
@@ -89,6 +89,19 @@ _io = [
Subsignal
(
"reset_n"
,
Pins
(
"AJ14"
),
IOStandard
(
"LVCMOS15"
)),
Misc
(
"SLEW=FAST"
),
),
(
"eth_clocks"
,
0
,
Subsignal
(
"tx"
,
Pins
(
"M22"
)),
Subsignal
(
"rx"
,
Pins
(
"T25"
)),
IOStandard
(
"LVCMOS25"
)
),
(
"eth"
,
0
,
Subsignal
(
"rx_ctl"
,
Pins
(
"T24"
)),
Subsignal
(
"rx_data"
,
Pins
(
"R23 P23 R25 R26"
)),
Subsignal
(
"tx_ctl"
,
Pins
(
"N22"
)),
Subsignal
(
"tx_data"
,
Pins
(
"K20 K22 P20 P21"
)),
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