Skip to content

Commit

Permalink
Merge pull request #80 from stnolting/dependabot/submodules/neorv32-f…
Browse files Browse the repository at this point in the history
…6ea5b9

[Dependabot]: Bump neorv32 from `bf82ad6` to `f6ea5b9`
  • Loading branch information
stnolting committed Feb 19, 2024
2 parents a47ec57 + 04963a4 commit 910b605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 40 files
+3 −3 .github/workflows/Documentation.yml
+1 −1 .github/workflows/Processor.yml
+8 −1 CHANGELOG.md
+1 −1 docs/attrs.adoc
+44 −44 docs/datasheet/cpu.adoc
+29 −25 docs/datasheet/cpu_csr.adoc
+2 −0 docs/datasheet/soc.adoc
+17 −9 docs/datasheet/soc_dma.adoc
+8 −4 docs/datasheet/soc_xip.adoc
+6 −2 docs/datasheet/software_bootloader.adoc
+10 −11 docs/userguide/adding_custom_hw_modules.adoc
+5 −3 rtl/README.md
+9 −9 rtl/core/neorv32_application_image.vhd
+10 −10 rtl/core/neorv32_bootloader_image.vhd
+38 −48 rtl/core/neorv32_cpu.vhd
+83 −115 rtl/core/neorv32_cpu_control.vhd
+594 −163 rtl/core/neorv32_cpu_cp_fpu.vhd
+2 −2 rtl/core/neorv32_cpu_decompressor.vhd
+1 −1 rtl/core/neorv32_cpu_lsu.vhd
+88 −67 rtl/core/neorv32_cpu_pmp.vhd
+6 −4 rtl/core/neorv32_cpu_regfile.vhd
+6 −1 rtl/core/neorv32_dma.vhd
+24 −29 rtl/core/neorv32_package.vhd
+4 −0 rtl/core/neorv32_top.vhd
+2 −0 sim/neorv32_tb.vhd
+2 −0 sim/simple/neorv32_tb.simple.vhd
+16 −15 sw/common/crt0.S
+3 −4 sw/common/neorv32.ld
+21 −27 sw/example/coremark/core_portme.c
+1 −1 sw/example/coremark/core_portme.h
+6 −2 sw/example/demo_dma/main.c
+47 −47 sw/example/demo_hpm/main.c
+10 −10 sw/example/floating_point_test/neorv32_zfinx_extension_intrinsics.h
+39 −34 sw/example/processor_check/main.c
+12 −20 sw/lib/include/neorv32_cpu_csr.h
+4 −1 sw/lib/include/neorv32_dma.h
+30 −33 sw/lib/include/neorv32_rte.h
+20 −1 sw/lib/source/neorv32_dma.c
+52 −44 sw/lib/source/neorv32_rte.c
+6 −1 sw/svd/neorv32.svd

0 comments on commit 910b605

Please sign in to comment.