Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
litex-boards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kestrel Collaboration
Kestrel LiteX
litex-boards
Commits
e950a4a5
Commit
e950a4a5
authored
Oct 30, 2020
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
targets/kc705: update sata pads.
parent
a410e447
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
litex_boards/targets/kc705.py
litex_boards/targets/kc705.py
+6
-6
No files found.
litex_boards/targets/kc705.py
View file @
e950a4a5
...
...
@@ -94,11 +94,11 @@ class BaseSoC(SoCCore):
# IOs
_sata_io
=
[
# SFP 2 SATA Adapter / https://shop.trenz-electronic.de/en/TE0424-01-SFP-2-SATA-Adapter
(
"sfp"
,
0
,
Subsignal
(
"txp"
,
Pins
(
"H2"
)),
Subsignal
(
"txn"
,
Pins
(
"H1"
)),
Subsignal
(
"rxp"
,
Pins
(
"G4"
)),
Subsignal
(
"rxn"
,
Pins
(
"G3"
)),
(
"sfp
2sata
"
,
0
,
Subsignal
(
"tx
_
p"
,
Pins
(
"H2"
)),
Subsignal
(
"tx
_
n"
,
Pins
(
"H1"
)),
Subsignal
(
"rx
_
p"
,
Pins
(
"G4"
)),
Subsignal
(
"rx
_
n"
,
Pins
(
"G3"
)),
),
]
platform
.
add_extension
(
_sata_io
)
...
...
@@ -112,7 +112,7 @@ class BaseSoC(SoCCore):
# PHY
self
.
submodules
.
sata_phy
=
LiteSATAPHY
(
platform
.
device
,
refclk
=
sata_refclk
,
pads
=
platform
.
request
(
"sfp"
),
pads
=
platform
.
request
(
"sfp
2sata
"
),
gen
=
"gen2"
,
clk_freq
=
sys_clk_freq
,
data_width
=
16
)
...
...
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