sdram/module: fix tREFI on AS4C16M16

This commit is contained in:
Florent Kermarrec 2015-03-22 03:20:02 +01:00
parent d33729dda9
commit 92f81409f2
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class AS4C16M16(SDRAMModule):
"tRCD": 18,
"tWR": 12,
"tWTR": 2,
"tREFI": 256*1000*1000/4096,
"tREFI": 7800,
"tRFC": 60
}
def __init__(self, clk_freq):