Skip to content

Commit

Permalink
Bump Verilator
Browse files Browse the repository at this point in the history
Signed-off-by: Ryszard Rozak <[email protected]>
  • Loading branch information
RRozak committed Jan 23, 2025
1 parent 852fd34 commit ce11f26
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/report-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
merge-verilator-reports:
name: Merge Verilator info data
runs-on: ubuntu-24.04
container: ghcr.io/antmicro/cores-veer-el2:20250116082447
container: ghcr.io/antmicro/cores-veer-el2:20250123123655
env:
DEBIAN_FRONTEND: "noninteractive"
steps:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
coverage-report:
name: Coverage report
runs-on: ubuntu-24.04
container: ghcr.io/antmicro/cores-veer-el2:20250116082447
container: ghcr.io/antmicro/cores-veer-el2:20250123123655
needs: [merge-verilator-reports, custom-coverage-report]
env:
DEBIAN_FRONTEND: "noninteractive"
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 @@ -8,7 +8,7 @@ jobs:
tests:
name: Run OpenOCD tests
runs-on: ubuntu-24.04
container: ghcr.io/antmicro/cores-veer-el2:20250116082447
container: ghcr.io/antmicro/cores-veer-el2:20250123123655
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-regression-cache-waypack-0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
regression-tests:
name: Regression tests
runs-on: ubuntu-24.04
container: ghcr.io/antmicro/cores-veer-el2:20250116082447
container: ghcr.io/antmicro/cores-veer-el2:20250123123655
strategy:
matrix:
bus: ["axi", "ahb"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-regression-cache-waypack-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
regression-tests:
name: Regression tests
runs-on: ubuntu-24.04
container: ghcr.io/antmicro/cores-veer-el2:20250116082447
container: ghcr.io/antmicro/cores-veer-el2:20250123123655
strategy:
matrix:
bus: ["axi", "ahb"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-regression-exceptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
regression-tests:
name: Regression exceptions tests
runs-on: ubuntu-24.04
container: ghcr.io/antmicro/cores-veer-el2:20250116082447
container: ghcr.io/antmicro/cores-veer-el2:20250123123655
strategy:
matrix:
bus: ["axi"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-renode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
tests:
runs-on: ubuntu-24.04
container: ghcr.io/antmicro/cores-veer-el2:20250116082447
container: ghcr.io/antmicro/cores-veer-el2:20250123123655
strategy:
fail-fast: false
env:
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 @@ -8,7 +8,7 @@ jobs:
tests:
name: Run RISCOF tests
runs-on: ubuntu-24.04
container: ghcr.io/antmicro/cores-veer-el2:20250116082447
container: ghcr.io/antmicro/cores-veer-el2:20250123123655
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-riscv-dv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run-tests:
name: Run RISC-V DV tests
runs-on: ubuntu-24.04
container: ghcr.io/antmicro/cores-veer-el2:20250116082447
container: ghcr.io/antmicro/cores-veer-el2:20250123123655
needs: [ generate-config, generate-code ]
strategy:
fail-fast: false
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 @@ -7,7 +7,7 @@ jobs:
lint:
name: Lint microarchitectural tests
runs-on: ubuntu-24.04
container: ghcr.io/antmicro/cores-veer-el2:20250116082447
container: ghcr.io/antmicro/cores-veer-el2:20250123123655
steps:
- name: Setup repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
tests:
name: Microarchitectural tests
runs-on: ubuntu-24.04
container: ghcr.io/antmicro/cores-veer-el2:20250116082447
container: ghcr.io/antmicro/cores-veer-el2:20250123123655
strategy:
matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-uvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
tests:
name: UVM tests
runs-on: ubuntu-24.04
container: ghcr.io/antmicro/cores-veer-el2:20250116082447
container: ghcr.io/antmicro/cores-veer-el2:20250123123655
env:
CCACHE_DIR: "/opt/uvm/.cache/"
DEBIAN_FRONTEND: "noninteractive"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
tests:
name: Verification tests
runs-on: ubuntu-24.04
container: ghcr.io/antmicro/cores-veer-el2:20250116082447
container: ghcr.io/antmicro/cores-veer-el2:20250123123655
strategy:
matrix:
test: ["test_pyuvm"]
Expand Down

0 comments on commit ce11f26

Please sign in to comment.