Skip to content

Commit

Permalink
#3704: Increase size of trisc1 code hole for now
Browse files Browse the repository at this point in the history
Code was overflowing, revisit when we finish the address map
  • Loading branch information
pgkeller committed Nov 20, 2023
1 parent bb6bb0c commit 293a067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tt_metal/hw/inc/grayskull/dev_mem_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define MEM_BRISC_FIRMWARE_SIZE (10 * 1024)
#define MEM_NCRISC_FIRMWARE_SIZE (16 * 1024)
#define MEM_TRISC0_SIZE (16 * 1024)
#define MEM_TRISC1_SIZE (12 * 1024)
#define MEM_TRISC1_SIZE (16 * 1024)
#define MEM_TRISC2_SIZE (16 * 1024)
#define MEM_ZEROS_SIZE 512

Expand Down
2 changes: 1 addition & 1 deletion tt_metal/hw/inc/wormhole/dev_mem_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define MEM_BRISC_FIRMWARE_SIZE (10 * 1024)
#define MEM_NCRISC_FIRMWARE_SIZE (16 * 1024)
#define MEM_TRISC0_SIZE (16 * 1024)
#define MEM_TRISC1_SIZE (12 * 1024)
#define MEM_TRISC1_SIZE (16 * 1024)
#define MEM_TRISC2_SIZE (16 * 1024)
#define MEM_ZEROS_SIZE 512

Expand Down

0 comments on commit 293a067

Please sign in to comment.