Skip to content

Commit b6d8b9f

Browse files
nasahlpanbdd0121
authored andcommitted
Update verilator version
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 <[email protected]>
1 parent 56413ec commit b6d8b9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/vars.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Pipeline variables, used by the public and private CI pipelines
66
# Quote values to ensure they are parsed as string (version numbers might
77
# end up as float otherwise).
8-
VERILATOR_VERSION=v4.104
8+
VERILATOR_VERSION=v4.210
99
IBEX_COSIM_VERSION=15fbd568
1010
RISCV_TOOLCHAIN_TAR_VERSION=20220210-1
1111
RISCV_TOOLCHAIN_TAR_VARIANT=lowrisc-toolchain-gcc-rv32imcb

ci/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Quote values to ensure they are parsed as string (version numbers might
77
# end up as float otherwise).
88
variables:
9-
VERILATOR_VERSION: "v4.104"
9+
VERILATOR_VERSION: "v4.210"
1010
IBEX_COSIM_VERSION: "15fbd568"
1111
RISCV_TOOLCHAIN_TAR_VERSION: "20220210-1"
1212
RISCV_TOOLCHAIN_TAR_VARIANT: "lowrisc-toolchain-gcc-rv32imcb"

tool_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Version requirements for various tools. Checked by tooling (e.g. fusesoc),
66
# and inserted into the Sphinx-generated documentation.
77
__TOOL_REQUIREMENTS__ = {
8-
'verilator': '4.104',
8+
'verilator': '4.210',
99
'edalize': '0.2.0',
1010
'vcs': {
1111
'min_version': '2020.03-SP2',

0 commit comments

Comments
 (0)