Skip to content

Commit

Permalink
#0: SEPARATE non-xip erisc kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-TT committed Dec 10, 2024
1 parent e6c2c3a commit 37c220e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_metal/impl/kernels/kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ void EthernetKernel::read_binaries(Device *device) {
erisc_core_type,
erisc_id,
dm_class_idx,
ll_api::memory::Packing::CONTIGUOUS,
relo_type != ll_api::memory::Relocate::XIP ? ll_api::memory::Packing::SEPARATE : ll_api::memory::Packing::CONTIGUOUS,
relo_type);
binaries.push_back(&binary_mem);
uint32_t binary_size = binary_mem.get_packed_size();
Expand Down

0 comments on commit 37c220e

Please sign in to comment.