mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
software/bios/sdram: for now desactivate random on address test since it seems to trigger a L2 cache or LASMIcon bug on at least de0nano/minispartan6
Memtest sometimes reports 1 or 2 errors with de0nano/minispartan6 on this new test when used with LASMICON. Minicon seems fine. We will have to investigate on this issue.
This commit is contained in:
parent
f85a4f004b
commit
6245dd7b6f
1 changed files with 2 additions and 2 deletions
|
@ -425,8 +425,8 @@ int sdrlevel(void)
|
|||
#define TEST_DATA_SIZE (2*1024*1024)
|
||||
#define TEST_RANDOM_DATA 1
|
||||
|
||||
#define TEST_ADDR_SIZE 32*1024
|
||||
#define TEST_RANDOM_ADDR 1
|
||||
#define TEST_ADDR_SIZE (32*1024)
|
||||
#define TEST_RANDOM_ADDR 0
|
||||
|
||||
#define ONEZERO 0xAAAAAAAA
|
||||
#define ZEROONE 0x55555555
|
||||
|
|
Loading…
Reference in a new issue