Skip to content

Commit f7867a9

Browse files
authored
update simulator version check (#1942)
1 parent 995003d commit f7867a9

File tree

1 file changed

+2
-2
lines changed
  • test/unit_tests/aie2p/00_itsalive

1 file changed

+2
-2
lines changed

test/unit_tests/aie2p/00_itsalive/aie.mlir

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// RUN: %python aiecc.py --no-compile --aiesim %s %S/test.cpp
1414
// RUN: aie.mlir.prj/aiesim.sh | FileCheck %s
1515

16-
// CHECK: AIE2p ISS
16+
// CHECK: AIE2P ISS
1717
// CHECK: Hello, world.
1818
// CHECK: Exiting!
1919

@@ -25,4 +25,4 @@ module @test00_itsalive {
2525
aie.flow(%tile20, DMA : 0, %tile22, DMA : 0)
2626
aie.flow(%tile22, DMA : 0, %tile20, DMA : 0)
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)