Update README.md
parent
2bdb3c2f6e
commit
f5aa83f86e
|
@ -1,6 +1,6 @@
|
|||
# RISCV_picorv32_fpga
|
||||
# RISCV(picorv32) on FPGA
|
||||
|
||||
##building RISC-V from scratch, using Linux or WSL
|
||||
## Building RISC-V from scratch, using Linux or WSL
|
||||
```html
|
||||
sudo apt-get update
|
||||
sudo apt-get install autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc zlib1g-dev libexpat-dev ninja-build git cmake libglib2.0-dev
|
||||
|
@ -14,7 +14,7 @@ sudo chown $USER /opt/riscv32im
|
|||
make -j$(nproc)
|
||||
```
|
||||
|
||||
# For other architectures or variations of RISC-V
|
||||
## For other architectures or variations of RISC-V
|
||||
| Command | ISA |
|
||||
|:---------------------------------------- |:-------- |
|
||||
|`./configure --with-arch=rv32i --prefix=/opt/riscv32i/ `| `RV32I `|
|
||||
|
|
Loading…
Reference in New Issue