From: Sebastien Bourdeauducq Date: Tue, 11 Jun 2013 14:02:34 +0000 (+0200) Subject: s6ddrphy: fix read latency X-Git-Tag: 24jan2021_ls180~2903 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce2f08844a8e93e684d1e6fe7dad537b08723258;p=litex.git s6ddrphy: fix read latency --- diff --git a/top.py b/top.py index 910b90ed..1a0c1b52 100644 --- a/top.py +++ b/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, diff --git a/verilog/s6ddrphy/s6ddrphy.v b/verilog/s6ddrphy/s6ddrphy.v index dc4a49b6..9fb5cdc7 100644 --- a/verilog/s6ddrphy/s6ddrphy.v +++ b/verilog/s6ddrphy/s6ddrphy.v @@ -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.