mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
sdram/module: add speedgrate note for IS42S16160 and AS4C16M16
This commit is contained in:
parent
a560ba35bd
commit
45eb5090db
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,7 @@ class IS42S16160(SDRAMModule):
|
||||||
"nrows": 8192,
|
"nrows": 8192,
|
||||||
"ncols": 512
|
"ncols": 512
|
||||||
}
|
}
|
||||||
|
# Note: timings for -7 speedgrade (add support for others speedgrades)
|
||||||
timing_settings = {
|
timing_settings = {
|
||||||
"tRP": 20,
|
"tRP": 20,
|
||||||
"tRCD": 20,
|
"tRCD": 20,
|
||||||
|
@ -85,6 +86,7 @@ class AS4C16M16(SDRAMModule):
|
||||||
"nrows": 8192,
|
"nrows": 8192,
|
||||||
"ncols": 512
|
"ncols": 512
|
||||||
}
|
}
|
||||||
|
# Note: timings for -6 speedgrade (add support for others speedgrades)
|
||||||
timing_settings = {
|
timing_settings = {
|
||||||
"tRP": 18,
|
"tRP": 18,
|
||||||
"tRCD": 18,
|
"tRCD": 18,
|
||||||
|
|
Loading…
Reference in a new issue