# configurations.
# - Modules can have different speedgrades, add support for it (and also add
# a check to verify clk_freq is in the supported range)
-# Try to uniformize tREFI computations between modules
from math import ceil
"tRCD": 20,
"tWR": 20,
"tWTR": 2,
- "tREFI": 7800,
+ "tREFI": 64*1000*1000/8192,
"tRFC": 70
}
def __init__(self, clk_freq):
"tRCD": 18,
"tWR": 12,
"tWTR": 2,
- "tREFI": 7800,
+ "tREFI": 64*1000*1000/8192,
"tRFC": 60
}
def __init__(self, clk_freq):
"tRCD": 15,
"tWR": 15,
"tWTR": 2,
- "tREFI": 7800,
+ "tREFI": 64*1000*1000/8192,
"tRFC": 70
}
def __init__(self, clk_freq):