Skip to content

Commit

Permalink
enablign rtp updates from alias name also (#8167) (#8168)
Browse files Browse the repository at this point in the history
Signed-off-by: ch vamshi krishna <[email protected]>
Co-authored-by: ch vamshi krishna <[email protected]>
(cherry picked from commit 822e2c6)
  • Loading branch information
chvamshi-xilinx authored May 15, 2024
1 parent cb21060 commit 6885947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime_src/core/edge/common/aie_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ get_rtp(const pt::ptree& aie_meta, int graph_id)
rtp.hasLock = rtp_node.second.get<bool>("requires_lock");

rtps[rtp.portName] = rtp;
rtps[rtp.aliasName] = rtp;
}

return rtps;
Expand Down

0 comments on commit 6885947

Please sign in to comment.