Update README.md

main
FPGALover 2023-09-17 18:14:58 +00:00
parent 2bdb3c2f6e
commit f5aa83f86e
1 changed files with 3 additions and 3 deletions

View File

@ -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 ```html
sudo apt-get update 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 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) make -j$(nproc)
``` ```
# For other architectures or variations of RISC-V ## For other architectures or variations of RISC-V
| Command | ISA | | Command | ISA |
|:---------------------------------------- |:-------- | |:---------------------------------------- |:-------- |
|`./configure --with-arch=rv32i --prefix=/opt/riscv32i/ `| `RV32I `| |`./configure --with-arch=rv32i --prefix=/opt/riscv32i/ `| `RV32I `|