Skip to content

Commit

Permalink
Fixed objfifo link syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jackl-xilinx authored and fifield committed Sep 25, 2024
1 parent 1cd4c27 commit 1273199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/npu-xrt/add_one_objFifo/aie.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ module {

aie.objectfifo @objFifo_in0(%t00, {%t01}, 2 : i32) : !aie.objectfifo<memref<16xi32>>
aie.objectfifo @objFifo_in1(%t01, {%t02}, 2 : i32) : !aie.objectfifo<memref<8xi32>>
aie.objectfifo.link [@objFifo_in0] -> [@objFifo_in1] ([] [])
aie.objectfifo.link [@objFifo_in0] -> [@objFifo_in1] ()

aie.objectfifo @objFifo_out1(%t02, {%t01}, 2 : i32) : !aie.objectfifo<memref<8xi32>>
aie.objectfifo @objFifo_out0(%t01, {%t00}, 2 : i32) : !aie.objectfifo<memref<16xi32>>
aie.objectfifo.link [@objFifo_out1] -> [@objFifo_out0] ([] [])
aie.objectfifo.link [@objFifo_out1] -> [@objFifo_out0] ()

aie.core(%t02) {
%c8 = arith.constant 8 : index
Expand Down

0 comments on commit 1273199

Please sign in to comment.