Skip to content

Commit

Permalink
Define noc_index in slave ierisc FW to enable profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
abhullar-tt committed Nov 16, 2024
1 parent c9996d5 commit d1454aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tt_metal/hw/firmware/src/slave_idle_erisc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
tt_l1_ptr mailboxes_t *const mailboxes = (tt_l1_ptr mailboxes_t *)(MEM_IERISC_MAILBOX_BASE);
volatile tt_l1_ptr uint8_t *const slave_idle_erisc_run = &mailboxes->slave_sync.dm1;

uint8_t noc_index = 0; // TODO: hardcoding needed for profiler
uint8_t my_x[NUM_NOCS] __attribute__((used));
uint8_t my_y[NUM_NOCS] __attribute__((used));

Expand Down

0 comments on commit d1454aa

Please sign in to comment.