Skip to content

Commit

Permalink
Merge pull request #669 from Karl-Han/fix_makefile_typo
Browse files Browse the repository at this point in the history
Fix typo in Makefile.
  • Loading branch information
rosethompson authored Mar 13, 2024
2 parents 700dfcc + f815d56 commit a459f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ imperasdv:
iter-elf.bash --search ${WALLY}/tests/riscof/work/riscv-arch-test/rv64i_m

coverage:
cd ${WALLY}/sim; ./regresssion-wally -coverage -fp
cd ${WALLY}/sim; ./regression-wally -coverage -fp

benchmarks:
make coremark
Expand Down

0 comments on commit a459f70

Please sign in to comment.