Skip to content

Commit

Permalink
sw: Some more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jul 29, 2024
1 parent 0dd12c5 commit a613c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/tests/zero_mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ int main() {
uint32_t n_inputs = 4;

// Get memory locations
uint32_t *zero_mem = (uint32_t *)snrt_zero_memory_ptr(snrt_cluster_idx());
uint32_t *zero_mem = (uint32_t *)snrt_zero_memory_ptr();
uint32_t *buffer_tcdm = snrt_l1_next();
uint32_t *buffer_golden = (snrt_l1_next() + 128);

Expand Down

0 comments on commit a613c4e

Please sign in to comment.