Skip to content

Commit

Permalink
FIX: fix instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
T-K-233 committed Jul 13, 2024
1 parent a69c1b2 commit d5bd9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ rm -rf ./build/
# make sure $RISCV is set
cmake . -D CMAKE_TOOLCHAIN_FILE=./riscv-gcc.cmake -S ./ -B ./build/ -G "Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug -D RVV=ON
cmake --build ./build/ --target all
spike --isa=rv64gcv_zicntr --varch=vlen:512,elen:32 ./build/tests/tests
spike --isa=--isa=rv64gcv_zicntr_zfh --varch=vlen:512,elen:32 ./build/tests/tests
```

Running with FP16 support

```bash
spike --isa=rv64gcv_zicntr_zvfh --varch=vlen:512,elen:32 ./build/tests/tests
spike --isa=--isa=rv64gcv_zicntr_zfh_zvfh --varch=vlen:512,elen:32 ./build/tests/tests
```

### Building for RISC-V with Gemmini
Expand Down

0 comments on commit d5bd9f4

Please sign in to comment.