mirror of
https://github.com/enjoy-digital/litedram.git
synced 2025-01-04 09:52:25 -05:00
test/reference: update.
This commit is contained in:
parent
52ca3936fe
commit
52b49fb80e
2 changed files with 2 additions and 2 deletions
test/reference
|
@ -10,7 +10,7 @@
|
|||
#define SDRAM_PHY_READ_LEVELING_CAPABLE
|
||||
#define SDRAM_PHY_MODULES DFII_PIX_DATA_BYTES/2
|
||||
#define SDRAM_PHY_DELAYS 32
|
||||
#define SDRAM_PHY_BITSLIPS 8
|
||||
#define SDRAM_PHY_BITSLIPS 16
|
||||
|
||||
static void cdelay(int i);
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#define SDRAM_PHY_READ_LEVELING_CAPABLE
|
||||
#define SDRAM_PHY_MODULES DFII_PIX_DATA_BYTES/2
|
||||
#define SDRAM_PHY_DELAYS 512
|
||||
#define SDRAM_PHY_BITSLIPS 8
|
||||
#define SDRAM_PHY_BITSLIPS 16
|
||||
|
||||
static void cdelay(int i);
|
||||
|
||||
|
|
Loading…
Reference in a new issue