phy/s7ddrphy: increase write_latency by 1 (now possible with previous BitSlip chantges).
This commit is contained in:
parent
3fddff3a11
commit
0ac23fde52
|
@ -98,7 +98,7 @@ class S7DDRPHY(Module, AutoCSR):
|
|||
cl = cl,
|
||||
cwl = cwl,
|
||||
read_latency = cl_sys_latency + 6,
|
||||
write_latency = cwl_sys_latency - 2,
|
||||
write_latency = cwl_sys_latency - 1,
|
||||
cmd_latency = cmd_latency,
|
||||
cmd_delay = cmd_delay,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue