mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
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:
parent
9c9e839c92
commit
92bbfd9bbb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue