From 66fe45ba96a073170bf8db29a0d681c2bd585889 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 22 Aug 2014 18:46:01 +0800 Subject: [PATCH] k7ddrphy: decrease CAS latency to account for cmd/data flight time --- misoclib/sdramphy/k7ddrphy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misoclib/sdramphy/k7ddrphy.py b/misoclib/sdramphy/k7ddrphy.py index d4a9f3ba..32d4e771 100644 --- a/misoclib/sdramphy/k7ddrphy.py +++ b/misoclib/sdramphy/k7ddrphy.py @@ -20,7 +20,7 @@ class K7DDRPHY(Module): wrphase=2, rdcmdphase=1, wrcmdphase=0, - cl=8, + cl=7, cwl=6, read_latency=6, write_latency=2 -- 2.30.2