Skip to content

Commit

Permalink
Update AIEGenerateColumnControlOverlay.h
Browse files Browse the repository at this point in the history
fixup
  • Loading branch information
fifield authored Nov 12, 2024
1 parent 7daeb90 commit 9c7c150
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DenseMap<int, int> getRowToShimChanMap(const AIETargetModel &targetModel,

// AIE arch-specific tile id to controller id mapping. Users can use those
// packet ids for design but run into risk of deadlocking control packet flows.
DenseMap<AIE::TileID, int>
DenseMap<TileID, int>
getTileToControllerIdMap(bool clColumnWiseUniqueIDs,
const AIETargetModel &targetModel);

Expand Down

0 comments on commit 9c7c150

Please sign in to comment.