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
a51a5f66
Commit
a51a5f66
authored
6 years ago
by
Sebastien Bourdeauducq
Browse files
Options
Download
Email Patches
Plain Diff
sayma: use LVCMOS18 for serwb
parent
34a3c629
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
14 deletions
+8
-14
migen/build/platforms/sinara/sayma_amc.py
migen/build/platforms/sinara/sayma_amc.py
+4
-7
migen/build/platforms/sinara/sayma_rtm.py
migen/build/platforms/sinara/sayma_rtm.py
+4
-7
No files found.
migen/build/platforms/sinara/sayma_amc.py
View file @
a51a5f66
...
...
@@ -157,13 +157,10 @@ _io = [
),
(
"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"
),
Misc
(
"DIFF_TERM_ADV=TERM_100"
)),
# rtm_fpga_lvds2_p
Subsignal
(
"rx_n"
,
Pins
(
"B12"
),
Misc
(
"DIFF_TERM_ADV=TERM_100"
)),
# rtm_fpga_lvds2_n
IOStandard
(
"LVDS"
)
Subsignal
(
"clk"
,
Pins
(
"J8"
)),
# rtm_fpga_usr_io_p
Subsignal
(
"tx"
,
Pins
(
"A13"
)),
# rtm_fpga_lvds1_p
Subsignal
(
"rx"
,
Pins
(
"C12"
)),
# rtm_fpga_lvds2_p
IOStandard
(
"LVCMOS18"
)
),
(
"si5324"
,
0
,
...
...
This diff is collapsed.
Click to expand it.
migen/build/platforms/sinara/sayma_rtm.py
View file @
a51a5f66
...
...
@@ -12,13 +12,10 @@ _io = [
),
(
"amc_rtm_serwb"
,
0
,
Subsignal
(
"clk_p"
,
Pins
(
"R18"
),
Misc
(
"DIFF_TERM=TRUE"
)),
# rtm_fpga_usr_io_p
Subsignal
(
"clk_n"
,
Pins
(
"T18"
),
Misc
(
"DIFF_TERM=TRUE"
)),
# rtm_fpga_usr_io_n
Subsignal
(
"tx_p"
,
Pins
(
"T17"
)),
# rtm_fpga_lvds2_p
Subsignal
(
"tx_n"
,
Pins
(
"U17"
)),
# rtm_fpga_lvds2_n
Subsignal
(
"rx_p"
,
Pins
(
"R16"
),
Misc
(
"DIFF_TERM=TRUE"
)),
# rtm_fpga_lvds1_p
Subsignal
(
"rx_n"
,
Pins
(
"R17"
),
Misc
(
"DIFF_TERM=TRUE"
)),
# rtm_fpga_lvds1_n
IOStandard
(
"LVDS"
)
Subsignal
(
"clk"
,
Pins
(
"R18"
)),
# rtm_fpga_usr_io_p
Subsignal
(
"tx"
,
Pins
(
"T17"
)),
# rtm_fpga_lvds2_p
Subsignal
(
"rx"
,
Pins
(
"R16"
)),
# rtm_fpga_lvds1_p
IOStandard
(
"LVCMOS18"
)
),
# HMC clocking chips (830 and 7043)
...
...
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