aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-12-01 10:49:58 +0100
committerClifford Wolf <clifford@clifford.at>2015-12-01 10:49:58 +0100
commitf2566561b0fdb91504131ac60db4499b28feb03f (patch)
treea68538b5e4416fa41d2efedf47afccb4c984d19f /README.md
parent014b2c6f09e89d5dfe119e470040168e286695f6 (diff)
downloadpicorv32-f2566561b0fdb91504131ac60db4499b28feb03f.tar.gz
picorv32-f2566561b0fdb91504131ac60db4499b28feb03f.zip
Bump riscv-gnu-toolchain version
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 84e9719..2fc42fe 100644
--- a/README.md
+++ b/README.md
@@ -531,7 +531,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 b68866f
+ git checkout 1d8d8bc
mkdir build; cd build
../configure --with-xlen=32 --with-arch=I --prefix=/opt/riscv32i
@@ -541,7 +541,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 b68866f (2015-11-09) of riscv-gnu-toolchain.*
+*Note: This instructions are for git rev 1d8d8bc (2015-11-21) of riscv-gnu-toolchain.*
Evaluation: Timing and Utilization on Xilinx 7-Series FPGAs