Skip to content

Commit

Permalink
Upgrade error message in control plane
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuTT committed Jan 18, 2025
1 parent a48a5de commit 0b35308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_fabric/control_plane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ void ControlPlane::initialize_from_mesh_graph_desc_file(const std::string& mesh_
const auto& connected_eth_channels =
cluster_desc->get_directly_connected_ethernet_channels_between_chips(
physical_chip_id, physical_connected_chip_id);
TT_ASSERT(
TT_FATAL(
connected_eth_channels.size() == edge.connected_chip_ids.size(),
"Expected {} eth links from physical chip {} to physical chip {}",
edge.connected_chip_ids.size(),
Expand Down

0 comments on commit 0b35308

Please sign in to comment.