Skip to content

Commit

Permalink
Merge pull request #209 from stnolting/dependabot/submodules/neorv32-…
Browse files Browse the repository at this point in the history
…651732d

[Dependabot]: Bump neorv32 from `03ac28b` to `651732d`
  • Loading branch information
stnolting authored Jan 4, 2025
2 parents fe55d58 + 9d66667 commit 3bf5c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 61 files
+2 βˆ’0 CHANGELOG.md
+1 βˆ’1 LICENSE
+2 βˆ’2 README.md
+6 βˆ’0 docs/datasheet/content.adoc
+38 βˆ’50 docs/datasheet/cpu.adoc
+12 βˆ’11 docs/datasheet/cpu_csr.adoc
+82 βˆ’0 docs/datasheet/cpu_dual_core.adoc
+40 βˆ’54 docs/datasheet/soc.adoc
+3 βˆ’3 docs/datasheet/soc_dcache.adoc
+3 βˆ’3 docs/datasheet/soc_icache.adoc
+2 βˆ’2 docs/datasheet/soc_xbus.adoc
+9 βˆ’8 docs/datasheet/software.adoc
+5 βˆ’0 docs/datasheet/software_bootloader.adoc
+14 βˆ’4 docs/datasheet/software_rte.adoc
+ βˆ’ docs/figures/bus_interface.png
+ βˆ’ docs/figures/bus_interface_atomic.png
+ βˆ’ docs/figures/neorv32_bus.png
+ βˆ’ docs/figures/neorv32_ocd_complex.png
+ βˆ’ docs/figures/neorv32_processor.png
+ βˆ’ docs/figures/smp_system.png
+1 βˆ’1 docs/legal.adoc
+0 βˆ’1 docs/sources/bus_interface.json
+0 βˆ’25 docs/sources/bus_interface_atomic.json
+92 βˆ’56 rtl/core/neorv32_application_image.vhd
+219 βˆ’192 rtl/core/neorv32_bootloader_image.vhd
+121 βˆ’106 rtl/core/neorv32_bus.vhd
+7 βˆ’6 rtl/core/neorv32_cache.vhd
+18 βˆ’17 rtl/core/neorv32_cpu.vhd
+30 βˆ’25 rtl/core/neorv32_cpu_control.vhd
+33 βˆ’9 rtl/core/neorv32_cpu_lsu.vhd
+3 βˆ’2 rtl/core/neorv32_dma.vhd
+10 βˆ’6 rtl/core/neorv32_package.vhd
+113 βˆ’67 rtl/core/neorv32_top.vhd
+2 βˆ’2 rtl/system_integration/neorv32_vivado_ip.tcl
+3 βˆ’3 rtl/system_integration/neorv32_vivado_ip.vhd
+7 βˆ’4 sim/neorv32_tb.vhd
+1 βˆ’4 sw/bootloader/bootloader.c
+173 βˆ’141 sw/common/crt0.S
+0 βˆ’363 sw/example/atomic_test/main.c
+7 βˆ’7 sw/example/demo_clint/main.c
+1 βˆ’1 sw/example/demo_dual_core/Makefile
+202 βˆ’0 sw/example/demo_dual_core/main.c
+1 βˆ’0 sw/example/demo_dual_core/run_check.sh
+32 βˆ’0 sw/example/demo_dual_core/spinlock.c
+12 βˆ’0 sw/example/demo_dual_core/spinlock.h
+2 βˆ’2 sw/example/hello_cpp/main.cpp
+2 βˆ’2 sw/example/hello_world/main.c
+89 βˆ’96 sw/example/processor_check/main.c
+0 βˆ’1 sw/lib/include/neorv32.h
+6 βˆ’1 sw/lib/include/neorv32_aux.h
+3 βˆ’2 sw/lib/include/neorv32_clint.h
+0 βˆ’93 sw/lib/include/neorv32_cpu_amo.h
+1 βˆ’1 sw/lib/include/neorv32_cpu_csr.h
+5 βˆ’16 sw/lib/include/neorv32_rte.h
+418 βˆ’1 sw/lib/source/neorv32_aux.c
+30 βˆ’19 sw/lib/source/neorv32_clint.c
+0 βˆ’338 sw/lib/source/neorv32_cpu_amo.c
+121 βˆ’446 sw/lib/source/neorv32_rte.c
+9 βˆ’5 sw/openocd/openocd_neorv32.cfg
+67 βˆ’0 sw/openocd/openocd_neorv32.dual_core.cfg
+9 βˆ’0 sw/svd/neorv32.svd

0 comments on commit 3bf5c6d

Please sign in to comment.