Use the same toolchain as in OpenTitan

OpenTitan now uses the toolchain build 20200904-1, let's use the same
toolchain in Ibex. Functionally, the two toolchains should be identical.
This commit is contained in:
Philipp Wagner 2020-10-27 09:29:39 +00:00 committed by Philipp Wagner
parent 9c9e839c92
commit 92bbfd9bbb

View file

@ -7,7 +7,7 @@
# end up as float otherwise).
variables:
VERILATOR_VERSION: "4.040"
RISCV_TOOLCHAIN_TAR_VERSION: "20200626-1"
RISCV_TOOLCHAIN_TAR_VERSION: "20200904-1"
RISCV_TOOLCHAIN_TAR_VARIANT: "lowrisc-toolchain-gcc-rv32imcb"
RISCV_COMPLIANCE_GIT_VERSION: "844c6660ef3f0d9b96957991109dfd80cc4938e2"
VERIBLE_VERSION: "v0.0-493-g617b404"