software/bios/sdram: for now desactivate random on address test since it seems to...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 27 Mar 2015 15:43:22 +0000 (16:43 +0100)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Fri, 27 Mar 2015 15:43:22 +0000 (16:43 +0100)
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.

software/bios/sdram.c

index 939c42a72bda34ac083871e87ea368d818253b3c..31552036bc525c557b6dd19d6a8c5cdd79b6cedc 100644 (file)
@@ -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