s6ddrphy: fix read latency
This commit is contained in:
parent
4d0c80ca1a
commit
ce2f08844a
2
top.py
2
top.py
|
@ -44,7 +44,7 @@ sdram_timing = lasmicon.TimingSettings(
|
|||
tRFC=ns(70),
|
||||
|
||||
CL=3,
|
||||
read_latency=4,
|
||||
read_latency=5,
|
||||
write_latency=0,
|
||||
|
||||
read_time=32,
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Assert dfi_rddata_en in the same cycle as the read
|
||||
* command. The data will come back on dfi_rddata
|
||||
* 4 cycles later, along with the assertion of
|
||||
* 5 cycles later, along with the assertion of
|
||||
* dfi_rddata_valid.
|
||||
*
|
||||
* This PHY only supports CAS Latency 3.
|
||||
|
|
Loading…
Reference in New Issue