bios/sdram/ECP5: set ERR_DDRPHY_BITSLIP to 4.

Bitslip software control is now used on ECP5 to move dqs_read.
This commit is contained in:
Florent Kermarrec 2020-04-15 19:30:23 +02:00
parent 2d01882653
commit c9ab593989
1 changed files with 1 additions and 1 deletions

View 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