From 062c088121ef55d45f77a787fc5dad9d16ec339c Mon Sep 17 00:00:00 2001 From: Almeet Bhullar Date: Tue, 26 Nov 2024 03:40:24 +0000 Subject: [PATCH] Update waypoint test to account for both eriscs on BH --- tests/tt_metal/tt_metal/debug_tools/watcher/test_waypoint.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tt_metal/tt_metal/debug_tools/watcher/test_waypoint.cpp b/tests/tt_metal/tt_metal/debug_tools/watcher/test_waypoint.cpp index f411c0da6a36..895066c581a1 100644 --- a/tests/tt_metal/tt_metal/debug_tools/watcher/test_waypoint.cpp +++ b/tests/tt_metal/tt_metal/debug_tools/watcher/test_waypoint.cpp @@ -145,7 +145,7 @@ static void RunTest(WatcherFixture* fixture, Device* device) { k_id_s = ""; } expected = fmt::format( - "Device {} ethnet core(x={:2},y={:2}) virtual(x={:2},y={:2}): {}, X, X, X, X rmsg:* " + "Device {} ethnet core(x={:2},y={:2}) virtual(x={:2},y={:2}): {}, {}, X, X, X rmsg:* " "h_id:0 " "k_id:{}", device->id(), @@ -154,6 +154,7 @@ static void RunTest(WatcherFixture* fixture, Device* device) { phys_core.x, phys_core.y, waypoint, + (device->arch() == ARCH::BLACKHOLE) ? "W" : "X", // TODO (#15448): Uplift this when watcher device reader accounts for variable num eth riscs k_id_s); } else { // Each different config has a different calculation for k_id, let's just do one. Fast Dispatch, one device.