Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HidetaroTanaka authored Jan 23, 2024
1 parent a02b81e commit e622935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ HAJIME Core

The core's goal is to provide some RISC-V implementation for embedded environment. It currently supports RV64IM_Zicsr (only multiply of M) and subset of Zve64x.

This repository requires [`riscv-gnu-toolchain`](https://github.com/riscv-collab/riscv-gnu-toolchain) to be installed if you want to run your own RISC-V program.
This repository requires [`riscv-gnu-toolchain`](https://github.com/riscv-collab/riscv-gnu-toolchain) with Vector Extension enabled (`-march=rv64gcv`) to be installed if you want to run your own RISC-V program.

`verilator` and `iverilog` are also needed for some tests.

Expand Down

0 comments on commit e622935

Please sign in to comment.