Skip to content

Commit

Permalink
Fixup .o file path in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
erwei-xilinx committed Nov 7, 2024
1 parent 72e7af3 commit b066443
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ print:

run:
mkdir -p build
cd build && ${powershell} xchesscc_wrapper aie2 -c ${srcdir}/vm.cc -o ${srcdir}/vm.o
${powershell} python3 ${srcdir}/single_core.py
cd build && ${powershell} xchesscc_wrapper aie2 -c ${srcdir}/vm.cc -o vm.o
cd build && ${powershell} python3 ${srcdir}/single_core.py

clean:
rm -rf build __pycache__

0 comments on commit b066443

Please sign in to comment.