mirror of
https://github.com/lowRISC/ibex.git
synced 2025-06-27 17:00:41 -04:00
To be consistent between projects, this PR updates the Verilator version to 4.210, which is also used by OpenTitan. The reason for this change is that in #2129 Verilator linting issues occured that did not occur in OpenTitan. Closes #2131. Signed-off-by: Pascal Nasahl <nasahlpa@lowrisc.org>
15 lines
714 B
Bash
15 lines
714 B
Bash
# Copyright lowRISC contributors.
|
|
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Pipeline variables, used by the public and private CI pipelines
|
|
# Quote values to ensure they are parsed as string (version numbers might
|
|
# end up as float otherwise).
|
|
VERILATOR_VERSION=v4.210
|
|
IBEX_COSIM_VERSION=15fbd568
|
|
RISCV_TOOLCHAIN_TAR_VERSION=20220210-1
|
|
RISCV_TOOLCHAIN_TAR_VARIANT=lowrisc-toolchain-gcc-rv32imcb
|
|
RISCV_COMPLIANCE_GIT_VERSION=844c6660ef3f0d9b96957991109dfd80cc4938e2
|
|
VERIBLE_VERSION=v0.0-2135-gb534c1fe
|
|
# lowRISC-internal version numbers of Ibex-specific Spike builds.
|
|
SPIKE_IBEX_VERSION=20220817-git-eccdcb15c3e51b4f7906c7b42fb824f24a4338a2
|