From d5548053a1db5ccfbdc6b77795052d2a7b08b6da Mon Sep 17 00:00:00 2001 From: Almeet Bhullar Date: Fri, 2 Aug 2024 20:18:25 +0000 Subject: [PATCH] #0: Uplift tensix riscv local mem sizes for BH --- tt_metal/hw/inc/blackhole/dev_mem_map.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tt_metal/hw/inc/blackhole/dev_mem_map.h b/tt_metal/hw/inc/blackhole/dev_mem_map.h index 0f1dc991bee..52a628d8832 100644 --- a/tt_metal/hw/inc/blackhole/dev_mem_map.h +++ b/tt_metal/hw/inc/blackhole/dev_mem_map.h @@ -32,10 +32,10 @@ #define MEM_ETH_SIZE (256 * 1024) #define MEM_LOCAL_BASE 0xFFB00000 -#define MEM_BRISC_LOCAL_SIZE (4 * 1024) -#define MEM_NCRISC_LOCAL_SIZE (4 * 1024) +#define MEM_BRISC_LOCAL_SIZE (8 * 1024) +#define MEM_NCRISC_LOCAL_SIZE (8 * 1024) #define MEM_IERISC_LOCAL_SIZE (4 * 1024) -#define MEM_TRISC_LOCAL_SIZE (2 * 1024) +#define MEM_TRISC_LOCAL_SIZE (4 * 1024) ///////////// // Firmware/kernel code holes