Skip to content

Commit

Permalink
Update README.md (#797)
Browse files Browse the repository at this point in the history
Corrected path to Makefile.include
  • Loading branch information
davidharrishmc committed Sep 26, 2021
1 parent a5453e8 commit 82c5d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch_test_target/spike/README.md
Expand Up @@ -27,7 +27,7 @@ Now clone the architectural test framework repo and copy the updated Makefile.in
```
$ git clone https://github.com/riscv/riscv-arch-test.git
$ cd riscv-arch-test
$ cp <custom-path>/riscv-isa-sim/arch_test_target/Makefile.include .
$ cp <custom-path>/riscv-isa-sim/arch_test_target/spike/Makefile.include .
```

The user will have to modify the ``TARGETDIR`` variable in ``riscv-arch-test/Makefile.include`` to point to the
Expand Down

0 comments on commit 82c5d88

Please sign in to comment.