From c60d99583d1d3c2869e403787b36f8baf1c2b1ec Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Sat, 21 Mar 2015 18:59:16 +0100 Subject: [PATCH] sdram/module: add tREFI uniformization to TODO --- misoclib/mem/sdram/module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/misoclib/mem/sdram/module.py b/misoclib/mem/sdram/module.py index d105adb8a..4572c001d 100644 --- a/misoclib/mem/sdram/module.py +++ b/misoclib/mem/sdram/module.py @@ -13,6 +13,7 @@ # 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