Skip to content

Commit

Permalink
Add getGroupID for memory port identifier as AIE Trace on Client uses…
Browse files Browse the repository at this point in the history
… it. (#8236)
  • Loading branch information
IshitaGhosh authored Jun 12, 2024
1 parent 6b67307 commit 420a82e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ namespace xdp::aie {
bool initializeKernel(std::string kernelName);
bool submitTransaction(uint8_t* txn_ptr);
void setTransactionName(std::string newTransactionName) {transactionName = newTransactionName;}
int getGroupID(int id) {return kernel.group_id(id); }

private:
std::string transactionName;
Expand Down

0 comments on commit 420a82e

Please sign in to comment.