Skip to content

Commit 2f6086e

Browse files
authored
Fix Makefile to use newer trace parser. (#2029)
1 parent 3a32037 commit 2f6086e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming_examples/ml/relu/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ run: ${targetname}.exe build/final.xclbin
6666

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

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

0 commit comments

Comments
 (0)