Skip to content

Commit

Permalink
Merge pull request #81 from stnolting/dependabot/submodules/neorv32-0…
Browse files Browse the repository at this point in the history
…4f58bc

[Dependabot]: Bump neorv32 from `f6ea5b9` to `04f58bc`
  • Loading branch information
stnolting committed Feb 26, 2024
2 parents 910b605 + be2647d commit 595169d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 47 files
+33 −7 .github/workflows/Processor.yml
+89 −82 CHANGELOG.md
+2 −3 README.md
+2 −5 do.py
+3 −18 docs/datasheet/cpu.adoc
+10 −67 docs/datasheet/cpu_csr.adoc
+1 −1 docs/datasheet/on_chip_debugger.adoc
+2 −0 docs/datasheet/soc.adoc
+34 −18 docs/datasheet/soc_slink.adoc
+6 −2 docs/datasheet/software.adoc
+ docs/figures/neorv32_processor.png
+1 −1 docs/legal.adoc
+1 −1 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
+121 −155 rtl/core/neorv32_cpu_control.vhd
+20 −20 rtl/core/neorv32_cpu_cp_muldiv.vhd
+1 −1 rtl/core/neorv32_cpu_decompressor.vhd
+127 −52 rtl/core/neorv32_fifo.vhd
+1 −1 rtl/core/neorv32_gptmr.vhd
+2 −1 rtl/core/neorv32_neoled.vhd
+3 −6 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
+5 −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
+3 −0 sim/neorv32_tb.vhd
+0 −3 sim/simple/ghdl.run.sh
+3 −0 sim/simple/neorv32_tb.simple.vhd
+18 −14 sw/common/common.mk
+1 −1 sw/example/coremark/core_portme.h
+16 −6 sw/example/demo_slink/main.c
+6 −1 sw/example/demo_spi/main.c
+3 −0 sw/example/hello_world/makefile
+58 −46 sw/example/processor_check/main.c
+3 −0 sw/example/processor_check/makefile
+1 −1 sw/example/processor_check/run_check.sh
+1 −25 sw/lib/include/neorv32_cpu_csr.h
+9 −3 sw/lib/include/neorv32_slink.h
+0 −1 sw/lib/source/neorv32_rte.c
+28 −2 sw/lib/source/neorv32_slink.c
+0 −1 sw/ocd-firmware/makefile
+19 −3 sw/svd/neorv32.svd

0 comments on commit 595169d

Please sign in to comment.