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
87f95f84
Unverified
Commit
87f95f84
authored
Jan 03, 2021
by
enjoy-digital
Committed by
GitHub
Jan 03, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #226 from mdpye/MT48LC32M8
modules: add MT48LC32M8 SDR module
parents
103072c6
ec37a635
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
litedram/modules.py
litedram/modules.py
+9
-0
No files found.
litedram/modules.py
View file @
87f95f84
...
...
@@ -461,6 +461,15 @@ class MT48LC16M16(SDRModule):
technology_timings
=
_TechnologyTimings
(
tREFI
=
64e6
/
8192
,
tWTR
=
(
2
,
None
),
tCCD
=
(
1
,
None
),
tRRD
=
(
None
,
15
))
speedgrade_timings
=
{
"default"
:
_SpeedgradeTimings
(
tRP
=
20
,
tRCD
=
20
,
tWR
=
15
,
tRFC
=
(
None
,
66
),
tFAW
=
None
,
tRAS
=
44
)}
class
MT48LC32M8
(
SDRModule
):
# geometry
nbanks
=
4
nrows
=
8192
ncols
=
1024
# timings
technology_timings
=
_TechnologyTimings
(
tREFI
=
64e6
/
8192
,
tWTR
=
(
2
,
None
),
tCCD
=
(
1
,
None
),
tRRD
=
(
None
,
15
))
speedgrade_timings
=
{
"default"
:
_SpeedgradeTimings
(
tRP
=
20
,
tRCD
=
20
,
tWR
=
15
,
tRFC
=
(
None
,
66
),
tFAW
=
None
,
tRAS
=
44
)}
class
AS4C16M16
(
SDRModule
):
# geometry
nbanks
=
4
...
...
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