Skip to content

Commit

Permalink
Fix Makefile to use newer trace parser. (#2029)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackl-xilinx authored Jan 29, 2025
1 parent 3a32037 commit 2f6086e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programming_examples/ml/relu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ run: ${targetname}.exe build/final.xclbin

trace: ${targetname}.exe build/final_trace.xclbin
${powershell} ./$< -x build/final_trace.xclbin -i build/insts.txt -k MLIR_AIE -t ${trace_size}
../../utils/parse_eventIR.py --filename trace.txt --mlir build/aie_trace.mlir --colshift 1 > parse_eventIR_vs.json
../../utils/parse_trace.py --filename trace.txt --mlir build/aie_trace.mlir --colshift 1 > trace_relu.json

clean:
rm -rf build _build ${targetname}.exe

0 comments on commit 2f6086e

Please sign in to comment.