Skip to content

Commit

Permalink
Providing more detailed info and warning messages for AIE profiling f… (
Browse files Browse the repository at this point in the history
  • Loading branch information
predutta authored Sep 27, 2024
1 parent 50c2d6f commit e4a659d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ AIEControlConfigFiletype::getInterfaceTiles(const std::string& graphName,
}

if (tiles.empty() && (specifiedId >= 0)) {
std::string msg = "No tiles used specified ID " + std::to_string(specifiedId)
+ ". Please specify a valid ID.";
std::string msg = "No shim tiles used specified ID " + std::to_string(specifiedId)
+ ". Please specify a valid ID for AIE Profiling. ";
xrt_core::message::send(severity_level::warning, "XRT", msg);
}

Expand Down

0 comments on commit e4a659d

Please sign in to comment.