Skip to content

Commit

Permalink
Fixup disconnected aie.dma_start op chain
Browse files Browse the repository at this point in the history
  • Loading branch information
erwei-xilinx committed Dec 11, 2024
1 parent 64ad328 commit 7ed949e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ module {
aie.use_lock(%lock_2_1_0, Release, 1)
aie.next_bd ^bb6
^bb7: // pred: ^bb9
%3 = aie.dma_start(S2MM, 3, ^bb8, ^bb6, repeat_count = 1)
%3 = aie.dma_start(S2MM, 3, ^bb8, ^bb5, repeat_count = 1)
^bb8: // 2 preds: ^bb7, ^bb8
aie.use_lock(%lock_2_1, AcquireGreaterEqual, 1)
aie.dma_bd(%buf12 : memref<16x16xi32, 1 : i32>, 136, 64, [<size = 8, stride = 16>, <size = 8, stride = 1>])
Expand Down

0 comments on commit 7ed949e

Please sign in to comment.