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
562cd320
Unverified
Commit
562cd320
authored
Jan 27, 2021
by
enjoy-digital
Committed by
GitHub
Jan 27, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #228 from garytwong/IS43TR16256A
modules: add IS43TR16256A support.
parents
af9abd6e
537e118c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
litedram/modules.py
litedram/modules.py
+12
-0
No files found.
litedram/modules.py
View file @
562cd320
...
...
@@ -715,6 +715,18 @@ class IS43TR16128B(DDR3Module):
}
speedgrade_timings
[
"default"
]
=
speedgrade_timings
[
"1600"
]
class
IS43TR16256A
(
DDR3Module
):
# geometry
nbanks
=
8
nrows
=
32768
ncols
=
1024
# timings
technology_timings
=
_TechnologyTimings
(
tREFI
=
64e6
/
8192
,
tWTR
=
(
4
,
7.5
),
tCCD
=
(
4
,
None
),
tRRD
=
(
4
,
6
),
tZQCS
=
(
64
,
80
))
speedgrade_timings
=
{
"1600"
:
_SpeedgradeTimings
(
tRP
=
13.75
,
tRCD
=
13.75
,
tWR
=
15
,
tRFC
=
(
None
,
260
),
tFAW
=
(
None
,
30
),
tRAS
=
35
),
}
speedgrade_timings
[
"default"
]
=
speedgrade_timings
[
"1600"
]
# DDR3 (SO-DIMM) -----------------------------------------------------------------------------------
...
...
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