From 5eda894db41daacd906c57edfca163be98407069 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 21 Feb 2018 19:36:37 +0100 Subject: [PATCH] firmware/libboard/sdram: increase read_delays dead zone to 32 on KU --- artiq/firmware/libboard/sdram.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/firmware/libboard/sdram.rs b/artiq/firmware/libboard/sdram.rs index f987ab79c..a753bc453 100644 --- a/artiq/firmware/libboard/sdram.rs +++ b/artiq/firmware/libboard/sdram.rs @@ -209,7 +209,7 @@ mod ddr { // Get a bit further into the working zone #[cfg(kusddrphy)] - for _ in 0..16 { + for _ in 0..32 { delay.set(delay.get() + 1); ddrphy::rdly_dq_inc_write(1); }