We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef84c79 commit f9924abCopy full SHA for f9924ab
SoC/evalsoc/Board/nuclei_fpga_eval/Source/GCC/evalsoc.memory
@@ -25,9 +25,9 @@ SRAM_MEMORY_SIZE = 0x40000;
25
SRAM_MEMORY_ROM_SIZE = 0x20000;
26
27
/* DDR Memory Information */
28
-/* Here we only use 512M DDR Memory Started from 0xA0000000 */
+/* Here we only use 256M DDR Memory Started from 0xA0000000 */
29
DDR_MEMORY_PRESENT = 1;
30
DDR_MEMORY_BASE = 0xA0000000;
31
-DDR_MEMORY_SIZE = 0x20000000;
+DDR_MEMORY_SIZE = 0x10000000;
32
/* DDR_MEMORY_ROM_SIZE must be smaller than DDR_MEMORY_SIZE */
33
-DDR_MEMORY_ROM_SIZE = 0x10000000;
+DDR_MEMORY_ROM_SIZE = 0x08000000;
0 commit comments