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
a0dbce71
Commit
a0dbce71
authored
7 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
sayma_amc: add AMC/RTM serwb pins
parent
daa1ab36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
migen/build/platforms/sinara/sayma_amc.py
migen/build/platforms/sinara/sayma_amc.py
+11
-1
No files found.
migen/build/platforms/sinara/sayma_amc.py
View file @
a0dbce71
...
...
@@ -132,7 +132,17 @@ _io = [
Subsignal
(
"level"
,
Pins
(
"L25"
)),
Subsignal
(
"direction"
,
Pins
(
"L23"
)),
IOStandard
(
"LVCMOS33"
)
)
),
(
"amc_rtm_serwb"
,
0
,
Subsignal
(
"clk_p"
,
Pins
(
"J8"
)),
# rtm_fpga_usr_io_p
Subsignal
(
"clk_n"
,
Pins
(
"H8"
)),
# rtm_fpga_usr_io_n
Subsignal
(
"tx_p"
,
Pins
(
"A13"
)),
# rtm_fpga_lvds1_p
Subsignal
(
"tx_n"
,
Pins
(
"A12"
)),
# rtm_fpga_lvds1_n
Subsignal
(
"rx_p"
,
Pins
(
"C12"
)),
# rtm_fpga_lvds2_p
Subsignal
(
"rx_n"
,
Pins
(
"B12"
)),
# rtm_fpga_lvds2_n
IOStandard
(
"LVDS"
)
),
]
...
...
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