Xilinx/mlir-aie

Missing .target in aiesim

AndraBisca opened this issue · 1 comments

Tested on tutorial-8, AIE1 target architecture on HEAD mlir-aie.

After running make sim a sim folder is generated, however, when running make -C <path to sim folder> it generates the error:

Error: File './aie.mlir.prj/sim/.target' does not exist.
make: *** [Makefile:52: sim] Error 1

A possible fix at the moment is to manually create an empty .target file in the sim folder, then run the simulation again.

There are similar issues for other tutorials, too: #962 (comment)