mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
k7ddrphy: decrease CAS latency to account for cmd/data flight time
This commit is contained in:
parent
b94647ab16
commit
66fe45ba96
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue