You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: [aiecompiler 77-297] Cmd Line : /tools/Xilinx/Vitis/2022.2/aietools/bin/unwrapped/lnx64.o/aiecompiler --include= ./design/aie_src --include= ./design/aie_src/aiesim_data --verbose --log-level=5 --test-iterations=100
ERROR: [#UNDEF] Unsupported file extension ''. Only files with the following extensions are supported: '.cpp', '.hpp', '.cxx', '.hxx', '.c++', '.h++', '.cc', '.hh', '.c', '.h'.
(WARNING:0, CRITICAL-WARNING:0, ERROR:1)
/tools/Xilinx/Vitis/2022.2/aietools/bin/aiecompiler: line 83: kill: (-27152) - No such process
Can anyone help with this
The text was updated successfully, but these errors were encountered:
Here is the error I get on running
aiecompiler --include= ./design/aie_src
--include= ./design/aie_src/aiesim_data
--verbose
--log-level=5
--test-iterations=100 \
--dataflow
--heapsize=2048
--workdir=Work
./design/aie_src/graph.cpp
The error is as follows:
INFO: [aiecompiler 77-297] Cmd Line : /tools/Xilinx/Vitis/2022.2/aietools/bin/unwrapped/lnx64.o/aiecompiler --include= ./design/aie_src --include= ./design/aie_src/aiesim_data --verbose --log-level=5 --test-iterations=100
ERROR: [#UNDEF] Unsupported file extension ''. Only files with the following extensions are supported: '.cpp', '.hpp', '.cxx', '.hxx', '.c++', '.h++', '.cc', '.hh', '.c', '.h'.
(WARNING:0, CRITICAL-WARNING:0, ERROR:1)
/tools/Xilinx/Vitis/2022.2/aietools/bin/aiecompiler: line 83: kill: (-27152) - No such process
Can anyone help with this
The text was updated successfully, but these errors were encountered: