Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
litedram
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
0
Merge Requests
0
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
litedram
Commits
080948d4
Commit
080948d4
authored
Feb 05, 2021
by
Florent Kermarrec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
phy/s7ddrphy: add 1866MT/s support.
parent
2c608619
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
litedram/common.py
litedram/common.py
+1
-0
litedram/phy/s7ddrphy.py
litedram/phy/s7ddrphy.py
+1
-1
No files found.
litedram/common.py
View file @
080948d4
...
...
@@ -42,6 +42,7 @@ def get_default_cl_cwl(memtype, tck):
f_to_cl_cwl
[
1066e6
]
=
(
7
,
6
)
f_to_cl_cwl
[
1333e6
]
=
(
10
,
7
)
f_to_cl_cwl
[
1600e6
]
=
(
11
,
8
)
f_to_cl_cwl
[
1866e6
]
=
(
13
,
9
)
elif
memtype
==
"DDR4"
:
f_to_cl_cwl
[
1333e6
]
=
(
9
,
9
)
f_to_cl_cwl
[
1600e6
]
=
(
11
,
9
)
...
...
litedram/phy/s7ddrphy.py
View file @
080948d4
...
...
@@ -7,7 +7,7 @@
# 1:4, 1:2 frequency-ratio DDR2/DDR3 PHY for Xilinx's Series7
# DDR2: 400, 533, 667, 800 and 1066 MT/s
# DDR3: 800, 1066, 1333
and 1600
MT/s
# DDR3: 800, 1066, 1333
, 1600 and 1866
MT/s
from
functools
import
reduce
from
operator
import
or_
...
...
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