Skip to content

Commit

Permalink
s6ddrphy: fix read latency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Jun 11, 2013
1 parent 4d0c80c commit ce2f088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion top.py
Expand Up @@ -44,7 +44,7 @@ def ns(t, margin=True):
tRFC=ns(70),

CL=3,
read_latency=4,
read_latency=5,
write_latency=0,

read_time=32,
Expand Down
2 changes: 1 addition & 1 deletion verilog/s6ddrphy/s6ddrphy.v
Expand Up @@ -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.
Expand Down

0 comments on commit ce2f088

Please sign in to comment.