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 188477d commit b6d640bCopy full SHA for b6d640b
src/platform/library/include/platform/lib/memory.h
@@ -65,6 +65,7 @@ static inline uint32_t arch_get_stack_size(void)
65
66
#define SRAM_BANK_SIZE 0x10000
67
#define LP_SRAM_SIZE SRAM_BANK_SIZE
68
+/* use big enough HP_SRAM_SIZE to build all components for the test bench at once */
69
#define HP_SRAM_SIZE (SRAM_BANK_SIZE * 47)
70
71
#define HP_SRAM_BASE 0xBE000000
0 commit comments