Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2024
1 parent 832b209 commit 2853a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 44 files
+6 −4 CHANGELOG.md
+14 −13 CODE_OF_CONDUCT.md
+5 −4 CONTRIBUTING.md
+7 −5 README.md
+6 −21 docs/README.md
+9 −7 docs/datasheet/cpu.adoc
+3 −3 docs/datasheet/cpu_csr.adoc
+1 −1 docs/datasheet/on_chip_debugger.adoc
+0 −2 docs/datasheet/overview.adoc
+7 −9 docs/datasheet/soc.adoc
+11 −18 docs/datasheet/soc_dcache.adoc
+1 −1 docs/datasheet/soc_dma.adoc
+13 −23 docs/datasheet/soc_icache.adoc
+37 −36 docs/datasheet/soc_sysinfo.adoc
+5 −13 docs/datasheet/soc_xbus.adoc
+12 −12 docs/datasheet/soc_xip.adoc
+13 −9 docs/datasheet/software.adoc
+16 −35 docs/figures/license.md
+ docs/figures/neorv32_bus.png
+8 −12 rtl/README.md
+8 −8 rtl/core/neorv32_bootloader_image.vhd
+150 −83 rtl/core/neorv32_cache.vhd
+5 −5 rtl/core/neorv32_cpu.vhd
+0 −551 rtl/core/neorv32_dcache.vhd
+0 −561 rtl/core/neorv32_icache.vhd
+3 −6 rtl/core/neorv32_package.vhd
+62 −56 rtl/core/neorv32_sysinfo.vhd
+145 −121 rtl/core/neorv32_top.vhd
+16 −27 rtl/core/neorv32_xbus.vhd
+13 −342 rtl/core/neorv32_xip.vhd
+2 −5 rtl/system_integration/neorv32_SystemTop_AvalonMM.vhd
+2 −5 rtl/system_integration/neorv32_SystemTop_axi4lite.vhd
+23 −39 rtl/system_integration/neorv32_litex_core_complex.vhd
+6 −4 sim/README.md
+1 −2 sim/neorv32_tb.vhd
+5 −7 sim/simple/neorv32_tb.simple.vhd
+10 −27 sw/README.md
+3 −0 sw/common/neorv32.ld
+1 −1 sw/example/demo_xip/main.c
+1 −1 sw/lib/include/neorv32_cpu_csr.h
+24 −44 sw/lib/include/neorv32_sysinfo.h
+3 −3 sw/lib/source/neorv32_cpu.c
+57 −43 sw/lib/source/neorv32_rte.c
+14 −16 sw/svd/neorv32.svd

0 comments on commit 2853a91

Please sign in to comment.