Skip to content

Commit

Permalink
Update waypoint test to account for both eriscs on BH
Browse files Browse the repository at this point in the history
  • Loading branch information
abhullar-tt committed Dec 23, 2024
1 parent 3c884a5 commit 062c088
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand All @@ -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.
Expand Down

0 comments on commit 062c088

Please sign in to comment.