Skip to content

Commit

Permalink
update simulator version check (#1942)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield authored Nov 22, 2024
1 parent 995003d commit f7867a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit_tests/aie2p/00_itsalive/aie.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// RUN: %python aiecc.py --no-compile --aiesim %s %S/test.cpp
// RUN: aie.mlir.prj/aiesim.sh | FileCheck %s

// CHECK: AIE2p ISS
// CHECK: AIE2P ISS
// CHECK: Hello, world.
// CHECK: Exiting!

Expand All @@ -25,4 +25,4 @@ module @test00_itsalive {
aie.flow(%tile20, DMA : 0, %tile22, DMA : 0)
aie.flow(%tile22, DMA : 0, %tile20, DMA : 0)
}
}
}

0 comments on commit f7867a9

Please sign in to comment.