Skip to content

Commit

Permalink
Merge pull request #132 from stnolting/dependabot/submodules/neorv32-…
Browse files Browse the repository at this point in the history
…3d986cb

[Dependabot]: Bump neorv32 from `a0f4349` to `3d986cb`
  • Loading branch information
stnolting authored Dec 16, 2024
2 parents c79c5e4 + 43a4c7f commit dc863cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 50 files
+3 −3 .github/workflows/Documentation.yml
+1 −1 .github/workflows/Processor.yml
+5 −0 CHANGELOG.md
+2 −1 README.md
+1 −1 docs/Makefile
+1 −1 docs/attrs.adoc
+86 −33 docs/datasheet/cpu.adoc
+13 −3 docs/datasheet/soc.adoc
+1 −1 docs/datasheet/soc_imem.adoc
+1 −1 docs/datasheet/soc_sysinfo.adoc
+23 −32 docs/datasheet/soc_trng.adoc
+167 −0 docs/datasheet/soc_twd.adoc
+9 −4 docs/datasheet/soc_twi.adoc
+8 −1 docs/datasheet/software_bootloader.adoc
+ docs/figures/neorv32_processor.png
+ docs/figures/twd_sequences.png
+34 −0 docs/sources/twd_sequences.json
+1 −1 docs/userguide/customizing_the_bootloader.adoc
+442 −481 rtl/core/neorv32_bootloader_image.vhd
+1 −1 rtl/core/neorv32_cpu_cp_muldiv.vhd
+3 −3 rtl/core/neorv32_fifo.vhd
+20 −2 rtl/core/neorv32_package.vhd
+2 −1 rtl/core/neorv32_sysinfo.vhd
+77 −36 rtl/core/neorv32_top.vhd
+35 −53 rtl/core/neorv32_trng.vhd
+441 −0 rtl/core/neorv32_twd.vhd
+5 −5 rtl/core/neorv32_twi.vhd
+1 −1 rtl/core/neorv32_xbus.vhd
+1 −0 rtl/file_list_soc.f
+8 −1 rtl/system_integration/neorv32_vivado_ip.tcl
+19 −1 rtl/system_integration/neorv32_vivado_ip.vhd
+1 −1 sim/ghdl.run.sh
+108 −64 sim/neorv32_tb.vhd
+7 −7 sim/sim_uart_rx.vhd
+15 −10 sim/xbus_gateway.vhd
+65 −18 sim/xbus_memory.vhd
+0 −8 sw/bootloader/bootloader.c
+4 −4 sw/bootloader/makefile
+4 −4 sw/example/demo_trng/main.c
+1 −1 sw/example/game_of_life/main.c
+34 −15 sw/example/processor_check/main.c
+7 −6 sw/lib/include/neorv32.h
+1 −1 sw/lib/include/neorv32_sysinfo.h
+15 −13 sw/lib/include/neorv32_trng.h
+92 −0 sw/lib/include/neorv32_twd.h
+4 −4 sw/lib/include/neorv32_twi.h
+1 −0 sw/lib/source/neorv32_rte.c
+5 −13 sw/lib/source/neorv32_trng.c
+244 −0 sw/lib/source/neorv32_twd.c
+152 −23 sw/svd/neorv32.svd

0 comments on commit dc863cb

Please sign in to comment.