From f5aa83f86e34a18998f1943542207c4d36c94fb1 Mon Sep 17 00:00:00 2001 From: FPGALover Date: Sun, 17 Sep 2023 18:14:58 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f4bb5f..6723c32 100644 --- a/README.md +++ b/README.md @@ -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 `|