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
0080bed7
Commit
0080bed7
authored
5 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
sayma_rtm2: add AFE test pins
parent
032340d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
migen/build/platforms/sinara/sayma_rtm2.py
migen/build/platforms/sinara/sayma_rtm2.py
+4
-0
No files found.
migen/build/platforms/sinara/sayma_rtm2.py
View file @
0080bed7
...
@@ -107,6 +107,10 @@ _io = [
...
@@ -107,6 +107,10 @@ _io = [
Subsignal
(
"rxp"
,
Pins
(
"G4"
)),
Subsignal
(
"rxp"
,
Pins
(
"G4"
)),
Subsignal
(
"rxn"
,
Pins
(
"G3"
))
Subsignal
(
"rxn"
,
Pins
(
"G3"
))
),
),
# Bogus AFE pins for testing (TODO)
(
"allaki0_rfsw0"
,
0
,
Pins
(
"E18"
),
IOStandard
(
"LVCMOS25"
)),
(
"allaki0_rfsw1"
,
0
,
Pins
(
"F17"
),
IOStandard
(
"LVCMOS25"
)),
]
]
class
Platform
(
XilinxPlatform
):
class
Platform
(
XilinxPlatform
):
...
...
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