Skip to content

Commit

Permalink
#0: Uplift tensix riscv local mem sizes for BH
Browse files Browse the repository at this point in the history
  • Loading branch information
abhullar-tt committed Aug 6, 2024
1 parent aca2f80 commit d554805
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tt_metal/hw/inc/blackhole/dev_mem_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d554805

Please sign in to comment.