forked from openhwgroup/cva6
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
axi_riscv_atomics: Upgrade to v0.8.2
Signed-off-by: Nils Wistoff <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule axi_riscv_atomics
updated
24 files
+24 −0 | .github/workflows/gitlab-ci.yml | |
+13 −0 | .gitignore | |
+36 −0 | .gitlab-ci.yml | |
+17 −2 | Bender.yml | |
+73 −1 | CHANGELOG.md | |
+22 −0 | scripts/compile_vsim.sh | |
+7 −0 | scripts/run_vsim.sh | |
+18 −22 | src/axi_res_tbl.sv | |
+129 −49 | src/axi_riscv_amos.sv | |
+151 −0 | src/axi_riscv_amos_wrap.sv | |
+286 −99 | src/axi_riscv_atomics.sv | |
+85 −0 | src/axi_riscv_atomics_structs.sv | |
+20 −2 | src/axi_riscv_atomics_wrap.sv | |
+815 −241 | src/axi_riscv_lrsc.sv | |
+21 −6 | src/axi_riscv_lrsc_wrap.sv | |
+12 −0 | src_files.yml | |
+4 −1 | test/axi_riscv_atomics_synth.v | |
+809 −0 | test/axi_riscv_atomics_tb.sv | |
+726 −0 | test/axi_riscv_atomics_tb_wave.do | |
+13 −8 | test/axi_riscv_lrsc_synth.v | |
+690 −0 | test/axi_riscv_lrsc_tb.sv | |
+208 −0 | test/axi_riscv_lrsc_tb_wave.do | |
+394 −0 | test/golden_memory.sv | |
+220 −0 | test/tb_axi_pkg.sv |