Skip to content

Commit

Permalink
Bump Verilator to the version 5.024
Browse files Browse the repository at this point in the history
Internal-tag: [#62517]
Signed-off-by: Ryszard Rozak <[email protected]>
  • Loading branch information
RRozak committed Sep 3, 2024
1 parent 9788122 commit 6fb83ea
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-verilator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
include:
- version: v5.010
- version: v5.024
repo: verilator/verilator
commit: v5.010
commit: v5.024
- version: uvm
repo: verilator/verilator
commit: 7ca2d6470a
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-openocd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
DEBIAN_FRONTEND: "noninteractive"
CCACHE_DIR: "/opt/openocd-tests/.cache/"
VERILATOR_VERSION: v5.010
VERILATOR_VERSION: v5.024

steps:
- name: Install utils
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
DEBIAN_FRONTEND: "noninteractive"
CCACHE_DIR: "/opt/regression/.cache/"
VERILATOR_VERSION: v5.010
VERILATOR_VERSION: v5.024

steps:
- name: Install utils
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-riscof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
DEBIAN_FRONTEND: "noninteractive"
CCACHE_DIR: "/opt/riscof/.cache/"
VERILATOR_VERSION: v5.010
VERILATOR_VERSION: v5.024
SPIKE_VERSION: d70ea67d

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-riscv-dv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
env:
DEBIAN_FRONTEND: "noninteractive"
CCACHE_DIR: "/opt/riscv-dv/.cache/"
VERILATOR_VERSION: v5.010
VERILATOR_VERSION: v5.024
SPIKE_VERSION: d70ea67d
RENODE_VERSION: latest
CACHE_HASH: ${{ needs.generate-config.outputs.hash }}
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
env:
DEBIAN_FRONTEND: "noninteractive"
CCACHE_DIR: "/opt/riscv-dv/.cache/"
VERILATOR_VERSION: v5.010
VERILATOR_VERSION: v5.024
SPIKE_VERSION: d70ea67d
GHA_EXTERNAL_DISK: additional-tools
GHA_SA: gh-sa-veer-uploader
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-uarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:

env:
VERILATOR_VERSION: v5.010
VERILATOR_VERSION: v5.024

jobs:
lint:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- "block/lsu_tl"
env:
CCACHE_DIR: "/opt/verification/.cache/"
VERILATOR_VERSION: v5.010
VERILATOR_VERSION: v5.024
DEBIAN_FRONTEND: "noninteractive"
steps:
- name: Setup repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:

env:
VERILATOR_VERSION: v5.010
VERILATOR_VERSION: v5.024

jobs:
tests:
Expand All @@ -16,7 +16,7 @@ jobs:
coverage: ["all", "branch", "toggle"] #TODO: add functional coverage
env:
CCACHE_DIR: "/opt/verification/.cache/"
VERILATOR_VERSION: v5.010
VERILATOR_VERSION: v5.024
DEBIAN_FRONTEND: "noninteractive"
steps:
- name: Setup repository
Expand Down

0 comments on commit 6fb83ea

Please sign in to comment.