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
496edde8
Commit
496edde8
authored
7 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
sayma_amc: add SMA IO pins
parent
ddf52811
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
migen/build/platforms/sinara/sayma_amc.py
migen/build/platforms/sinara/sayma_amc.py
+11
-0
No files found.
migen/build/platforms/sinara/sayma_amc.py
View file @
496edde8
...
...
@@ -102,6 +102,17 @@ _io = [
Subsignal
(
"tx_data"
,
Pins
(
"K20 K22 P20 P21"
)),
IOStandard
(
"LVCMOS25"
)
),
(
"sma_io"
,
0
,
Subsignal
(
"level"
,
Pins
(
"K23"
)),
Subsignal
(
"direction"
,
Pins
(
"K25"
)),
IOStandard
(
"LVCMOS33"
)
),
(
"sma_io"
,
1
,
Subsignal
(
"level"
,
Pins
(
"L25"
)),
Subsignal
(
"direction"
,
Pins
(
"L23"
)),
IOStandard
(
"LVCMOS33"
)
)
]
...
...
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