Skip to content

Commit

Permalink
Naming
Browse files Browse the repository at this point in the history
  • Loading branch information
pvasireddy-amd committed Oct 23, 2024
1 parent 70c8b9f commit 16990f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/objectFifo-stateful-transform/link_via_shared_mem.test
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
module @link_AIE2 {
aie.device(xcve2302) {
%tile20 = aie.tile(2, 0)
%tile22 = aie.tile(1, 2)
%tile23 = aie.tile(2, 2)
%tile12 = aie.tile(1, 2)
%tile22 = aie.tile(2, 2)

aie.objectfifo @of1 (%tile20, {%tile22}, 2 : i32) : !aie.objectfifo<memref<16xi32>>
aie.objectfifo @of2 (%tile22, {%tile23}, 2 : i32) {via_shared_mem = 0 : i32} : !aie.objectfifo<memref<16xi32>>
aie.objectfifo @of1 (%tile20, {%tile12}, 2 : i32) : !aie.objectfifo<memref<16xi32>>
aie.objectfifo @of2 (%tile12, {%tile22}, 2 : i32) {via_shared_mem = 0 : i32} : !aie.objectfifo<memref<16xi32>>

aie.objectfifo.link [@of1] -> [@of2] ([] [])

Expand Down

0 comments on commit 16990f3

Please sign in to comment.