Skip to content

Commit

Permalink
#3420: fix eth core init L1 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuTT authored and tt-aho committed Dec 11, 2023
1 parent 00ae41c commit 6223ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_metal/impl/device/device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ void Device::clear_l1_state() {
}

// Clear erisc sync info
for (const auto &eth_core : this->ethernet_cores()) {
for (const auto &eth_core : this->get_active_ethernet_cores()) {
CoreCoord physical_core = this->ethernet_core_from_logical_core(eth_core);
std::vector<uint32_t> init_erisc_info_vec(
eth_l1_mem::address_map::ERISC_APP_SYNC_INFO_SIZE / sizeof(uint32_t), 0);
Expand Down

0 comments on commit 6223ad6

Please sign in to comment.