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
7da8628f
Commit
7da8628f
authored
Oct 28, 2020
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
targets/kc705: switch SATA to gen2.
parent
931f6667
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
litex_boards/targets/kc705.py
litex_boards/targets/kc705.py
+3
-3
No files found.
litex_boards/targets/kc705.py
View file @
7da8628f
...
...
@@ -117,7 +117,7 @@ class BaseSoC(SoCCore):
self
.
submodules
.
sata_phy
=
LiteSATAPHY
(
platform
.
device
,
refclk
=
sata_refclk
,
pads
=
platform
.
request
(
"sfp"
),
gen
=
"gen
1
"
,
gen
=
"gen
2
"
,
clk_freq
=
sys_clk_freq
,
data_width
=
16
)
...
...
@@ -137,8 +137,8 @@ class BaseSoC(SoCCore):
self
.
add_csr
(
"sata_block2mem"
)
# Timing constraints
platform
.
add_period_constraint
(
self
.
sata_phy
.
crg
.
cd_sata_tx
.
clk
,
1e9
/
75
e6
)
platform
.
add_period_constraint
(
self
.
sata_phy
.
crg
.
cd_sata_tx
.
clk
,
1e9
/
75
e6
)
platform
.
add_period_constraint
(
self
.
sata_phy
.
crg
.
cd_sata_tx
.
clk
,
1e9
/
150
e6
)
platform
.
add_period_constraint
(
self
.
sata_phy
.
crg
.
cd_sata_tx
.
clk
,
1e9
/
150
e6
)
self
.
platform
.
add_false_path_constraints
(
self
.
crg
.
cd_sys
.
clk
,
self
.
sata_phy
.
crg
.
cd_sata_tx
.
clk
,
...
...
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