Skip to content

Commit

Permalink
build(deps): bump third_party/cores/veer-el2 from fd01766 to aede107
Browse files Browse the repository at this point in the history
Bumps [third_party/cores/veer-el2](https://github.com/chipsalliance/Cores-VeeR-EL2) from `fd01766` to `aede107`.
- [Commits](chipsalliance/Cores-VeeR-EL2@fd01766...aede107)

---
updated-dependencies:
- dependency-name: third_party/cores/veer-el2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent cbe02cf commit 8c3d0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/cores/veer-el2
Submodule veer-el2 updated 47 files
+0 −28 .github/scripts/dump_and_compare.sh
+34 −12 .github/scripts/gdb_test.sh
+45 −11 .github/scripts/gdb_test_golden.txt
+9 −57 .github/scripts/prepare_coverage_data.sh
+20 −9 .github/scripts/run_regression_test.sh
+45 −0 .github/scripts/split_info.py
+48 −14 .github/scripts/test.gdb
+8 −4 .github/workflows/ci.yml
+1 −1 .github/workflows/gh-pages-pr-comment.yml
+1 −7 .github/workflows/gh-pages-pr-remove.yml
+67 −29 .github/workflows/publish-webpage.yml
+64 −3 .github/workflows/report-coverage.yml
+1 −2 .github/workflows/test-openocd.yml
+8 −6 .github/workflows/test-regression-cache-waypack-0.yml
+149 −0 .github/workflows/test-regression-cache-waypack-1.yml
+3 −2 .github/workflows/test-regression-exceptions.yml
+1 −0 .github/workflows/test-uarch.yml
+2 −0 design/lib/mem_lib.sv
+7 −1 docs/source/intro.md
+2 −2 testbench/tb_top.sv
+3 −0 testbench/tests/pmp/pmp.h
+1 −0 testbench/tests/pmp_random/crt0.s
+1 −0 testbench/tests/pmp_random/fault.c
+1 −0 testbench/tests/pmp_random/fault.h
+29 −0 testbench/tests/pmp_random/generate_random.sh
+500 −0 testbench/tests/pmp_random/main.c
+1 −0 testbench/tests/pmp_random/pmp.c
+1 −0 testbench/tests/pmp_random/pmp.h
+1 −0 testbench/tests/pmp_random/pmp_random.ld
+2 −0 testbench/tests/pmp_random/pmp_random.mki
+207 −0 testbench/tests/pmp_random/random_data.h
+1 −0 testbench/tests/pmp_random/trap.h
+1 −0 testbench/tests/pmp_random/veer.c
+1 −0 testbench/tests/pmp_random/veer.h
+9 −4 tools/Makefile
+3 −2 tools/riscv-dv/Makefile
+9 −2 verification/block/common.mk
+3 −1 verification/block/dec_pmp_ctl/Makefile
+8 −45 verification/block/dec_pmp_ctl/testbench.py
+17 −0 verification/block/dec_tlu_ctl/csrs.py
+33 −0 verification/block/dec_tlu_ctl/test_dec_tl.py
+177 −5 verification/block/dec_tlu_ctl/testbench.py
+13 −0 verification/block/noxfile.py
+18 −0 verification/block/pmp_random/Makefile
+44 −0 verification/block/pmp_random/el2_pmp_wrapper.sv
+58 −0 verification/block/pmp_random/test_pmp_random.py
+290 −0 verification/block/pmp_random/testbench.py

0 comments on commit 8c3d0c9

Please sign in to comment.