aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-09-14 12:17:26 +0200
committerClifford Wolf <clifford@clifford.at>2015-09-14 12:17:26 +0200
commit482b2299d5e8507ad987c326c5c31a224d380156 (patch)
tree1b159fa9e8268e7e2c67dd7497a72b490d8f75ba /README.md
parent00844092ee97ea69fc9d2e410dc80d148c8291c4 (diff)
downloadpicorv32-482b2299d5e8507ad987c326c5c31a224d380156.tar.gz
picorv32-482b2299d5e8507ad987c326c5c31a224d380156.zip
Updated toolchain build instructions to riscv-gnu-toolchain git 572033b
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cb1d706..351f4ab 100644
--- a/README.md
+++ b/README.md
@@ -525,7 +525,7 @@ pure RV32I target, and install it in `/opt/riscv32i`:
git clone https://github.com/riscv/riscv-gnu-toolchain riscv-gnu-toolchain-rv32i
cd riscv-gnu-toolchain-rv32i
- git checkout 5b1febd
+ git checkout 572033b
mkdir build; cd build
../configure --with-xlen=32 --with-arch=I --prefix=/opt/riscv32i
@@ -535,7 +535,7 @@ The commands will all be named using the prefix `riscv32-unknown-elf-`, which
makes it easy to install them side-by-side with the regular riscv-tools, which
are using the name prefix `riscv64-unknown-elf-` by default.
-*Note: This instructions are for git rev 5b1febd (2015-07-05) of riscv-gnu-toolchain.*
+*Note: This instructions are for git rev 572033b (2015-09-14) of riscv-gnu-toolchain.*
Evaluation: Timing and Utilization on Xilinx 7-Series FPGAs