Skip to content

Commit

Permalink
[Dependabot]: Bump neorv32 from bf82ad6 to bf246fe
Browse files Browse the repository at this point in the history
Bumps [neorv32](https://github.com/stnolting/neorv32) from `bf82ad6` to `bf246fe`.
- [Release notes](https://github.com/stnolting/neorv32/releases)
- [Commits](stnolting/neorv32@bf82ad6...bf246fe)

---
updated-dependencies:
- dependency-name: neorv32
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 24, 2024
1 parent 69f3cda commit e53ee90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 68 files
+3 −3 .github/workflows/Documentation.yml
+34 −8 .github/workflows/Processor.yml
+92 −79 CHANGELOG.md
+1 −2 README.md
+2 −5 do.py
+1 −1 docs/attrs.adoc
+47 −62 docs/datasheet/cpu.adoc
+37 −90 docs/datasheet/cpu_csr.adoc
+1 −1 docs/datasheet/on_chip_debugger.adoc
+4 −0 docs/datasheet/soc.adoc
+17 −9 docs/datasheet/soc_dma.adoc
+34 −18 docs/datasheet/soc_slink.adoc
+8 −4 docs/datasheet/soc_xip.adoc
+6 −2 docs/datasheet/software.adoc
+6 −2 docs/datasheet/software_bootloader.adoc
+ docs/figures/neorv32_processor.png
+1 −1 docs/legal.adoc
+11 −12 docs/userguide/adding_custom_hw_modules.adoc
+1 −1 docs/userguide/neorv32_in_verilog.adoc
+9 −0 docs/userguide/packaging_vivado.adoc
+39 −31 docs/userguide/simulating_the_processor.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
+199 −265 rtl/core/neorv32_cpu_control.vhd
+594 −163 rtl/core/neorv32_cpu_cp_fpu.vhd
+20 −20 rtl/core/neorv32_cpu_cp_muldiv.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
+127 −52 rtl/core/neorv32_fifo.vhd
+2 −1 rtl/core/neorv32_neoled.vhd
+26 −34 rtl/core/neorv32_package.vhd
+2 −1 rtl/core/neorv32_sdi.vhd
+52 −22 rtl/core/neorv32_slink.vhd
+4 −2 rtl/core/neorv32_spi.vhd
+9 −0 rtl/core/neorv32_top.vhd
+2 −1 rtl/core/neorv32_trng.vhd
+4 −2 rtl/core/neorv32_uart.vhd
+14 −4 rtl/system_integration/neorv32_SystemTop_axi4lite.vhd
+5 −0 sim/neorv32_tb.vhd
+0 −3 sim/simple/ghdl.run.sh
+5 −0 sim/simple/neorv32_tb.simple.vhd
+18 −13 sw/common/common.mk
+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
+16 −6 sw/example/demo_slink/main.c
+6 −1 sw/example/demo_spi/main.c
+10 −10 sw/example/floating_point_test/neorv32_zfinx_extension_intrinsics.h
+3 −0 sw/example/hello_world/makefile
+97 −80 sw/example/processor_check/main.c
+3 −0 sw/example/processor_check/makefile
+1 −1 sw/example/processor_check/run_check.sh
+13 −45 sw/lib/include/neorv32_cpu_csr.h
+4 −1 sw/lib/include/neorv32_dma.h
+30 −33 sw/lib/include/neorv32_rte.h
+9 −3 sw/lib/include/neorv32_slink.h
+20 −1 sw/lib/source/neorv32_dma.c
+52 −45 sw/lib/source/neorv32_rte.c
+28 −2 sw/lib/source/neorv32_slink.c
+25 −4 sw/svd/neorv32.svd

0 comments on commit e53ee90

Please sign in to comment.