Browse Source

Update README.md (#797)

Corrected path to Makefile.include
pull/815/head
davidharrishmc 5 years ago
committed by GitHub
parent
commit
82c5d885d1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      arch_test_target/spike/README.md

2
arch_test_target/spike/README.md

@ -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

Loading…
Cancel
Save