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
2e12e913
Commit
2e12e913
authored
6 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
sayma_amc: fix SFP TX disable I/O voltage
parent
3b11e1e2
Changes
1
Show 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 @
2e12e913
...
@@ -185,7 +185,7 @@ _io = [
...
@@ -185,7 +185,7 @@ _io = [
Subsignal
(
"p"
,
Pins
(
"AP2"
)),
Subsignal
(
"p"
,
Pins
(
"AP2"
)),
Subsignal
(
"n"
,
Pins
(
"AP1"
))
Subsignal
(
"n"
,
Pins
(
"AP1"
))
),
),
(
"sfp_tx_disable_n"
,
0
,
Pins
(
"AP11"
),
IOStandard
(
"LVCMOS
18
"
)),
(
"sfp_tx_disable_n"
,
0
,
Pins
(
"AP11"
),
IOStandard
(
"LVCMOS
33
"
)),
(
"sfp_tx"
,
1
,
(
"sfp_tx"
,
1
,
Subsignal
(
"p"
,
Pins
(
"AM6"
)),
Subsignal
(
"p"
,
Pins
(
"AM6"
)),
Subsignal
(
"n"
,
Pins
(
"AM5"
))
Subsignal
(
"n"
,
Pins
(
"AM5"
))
...
@@ -194,7 +194,7 @@ _io = [
...
@@ -194,7 +194,7 @@ _io = [
Subsignal
(
"p"
,
Pins
(
"AM2"
)),
Subsignal
(
"p"
,
Pins
(
"AM2"
)),
Subsignal
(
"n"
,
Pins
(
"AM1"
))
Subsignal
(
"n"
,
Pins
(
"AM1"
))
),
),
(
"sfp_tx_disable_n"
,
1
,
Pins
(
"AM12"
),
IOStandard
(
"LVCMOS
18
"
)),
(
"sfp_tx_disable_n"
,
1
,
Pins
(
"AM12"
),
IOStandard
(
"LVCMOS
33
"
)),
# AD9154 DACs
# AD9154 DACs
(
"dac_refclk"
,
0
,
(
"dac_refclk"
,
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