Skip to content

Commit

Permalink
bios/sdram/ECP5: set ERR_DDRPHY_BITSLIP to 4.
Browse files Browse the repository at this point in the history
Bitslip software control is now used on ECP5 to move dqs_read.
  • Loading branch information
enjoy-digital committed Apr 15, 2020
1 parent 2d01882 commit c9ab593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/soc/software/bios/sdram.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9ab593

Please sign in to comment.