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
6c43bb33
Commit
6c43bb33
authored
7 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
sayma_amc: fix Ethernet I/O voltage
parent
496edde8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
migen/build/platforms/sinara/sayma_amc.py
migen/build/platforms/sinara/sayma_amc.py
+2
-2
No files found.
migen/build/platforms/sinara/sayma_amc.py
View file @
6c43bb33
...
@@ -93,14 +93,14 @@ _io = [
...
@@ -93,14 +93,14 @@ _io = [
(
"eth_clocks"
,
0
,
(
"eth_clocks"
,
0
,
Subsignal
(
"tx"
,
Pins
(
"M22"
)),
Subsignal
(
"tx"
,
Pins
(
"M22"
)),
Subsignal
(
"rx"
,
Pins
(
"T25"
)),
Subsignal
(
"rx"
,
Pins
(
"T25"
)),
IOStandard
(
"LVCMOS
25
"
)
IOStandard
(
"LVCMOS
33
"
)
),
),
(
"eth"
,
0
,
(
"eth"
,
0
,
Subsignal
(
"rx_ctl"
,
Pins
(
"T24"
)),
Subsignal
(
"rx_ctl"
,
Pins
(
"T24"
)),
Subsignal
(
"rx_data"
,
Pins
(
"R23 P23 R25 R26"
)),
Subsignal
(
"rx_data"
,
Pins
(
"R23 P23 R25 R26"
)),
Subsignal
(
"tx_ctl"
,
Pins
(
"N22"
)),
Subsignal
(
"tx_ctl"
,
Pins
(
"N22"
)),
Subsignal
(
"tx_data"
,
Pins
(
"K20 K22 P20 P21"
)),
Subsignal
(
"tx_data"
,
Pins
(
"K20 K22 P20 P21"
)),
IOStandard
(
"LVCMOS
25
"
)
IOStandard
(
"LVCMOS
33
"
)
),
),
(
"sma_io"
,
0
,
(
"sma_io"
,
0
,
...
...
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