Skip to content

Commit

Permalink
sw: typo fix in run script
Browse files Browse the repository at this point in the history
  • Loading branch information
Viviane Potocnik committed Jan 29, 2024
1 parent 7a0399d commit 97e0a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/snitch_cluster/sw/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ runs:
# - elf: apps/dnn/softmax/build/softmax.elf # Illegal FDIV without FDIV unit
# cmd: [../../../sw/dnn/softmax/verify.py, "${sim_bin}", "${elf}"]
- elf: apps/dnn/flashattention_2/build/flashattention_2.elf
cmd: ../../sw/dnn/flashattention_2/verify.py {sim_bin} {elf}
cmd: [../../../sw/dnn/flashattention_2/verify.py, "${sim_bin}", "${elf}"]
- elf: apps/montecarlo/pi_estimation/build/pi_estimation.elf

0 comments on commit 97e0a54

Please sign in to comment.