bios/sdram/ECP5: set ERR_DDRPHY_BITSLIP to 4.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 15 Apr 2020 17:30:23 +0000 (19:30 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 15 Apr 2020 17:30:28 +0000 (19:30 +0200)
Bitslip software control is now used on ECP5 to move dqs_read.

litex/soc/software/bios/sdram.c

index c0fec254400345c8e951e1bbb9d2297e9c3098b8..d79bb1542f91a8410cf9bbaf1ff37f1d1ae6e99e 100644 (file)
@@ -249,7 +249,7 @@ void sdrwr(char *startaddr)
 #define NBMODULES DFII_PIX_DATA_BYTES/2
 #elif defined (ECP5DDRPHY)
 #define ERR_DDRPHY_DELAY 8
-#define ERR_DDRPHY_BITSLIP 1
+#define ERR_DDRPHY_BITSLIP 4
 #define NBMODULES DFII_PIX_DATA_BYTES/4
 #else
 #define ERR_DDRPHY_DELAY 32