Skip to content

Commit

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

[Dependabot]: Bump neorv32 from `c960724` to `b3eb764`
  • Loading branch information
stnolting committed Mar 26, 2024
2 parents 29e3d46 + 2eec4d4 commit c835169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 82 files
+6 −0 CHANGELOG.md
+2 −2 docs/attrs.adoc
+13 −17 docs/datasheet/cpu.adoc
+4 −4 docs/datasheet/cpu_cfu.adoc
+2 −2 docs/datasheet/cpu_csr.adoc
+1 −1 docs/datasheet/overview.adoc
+12 −12 docs/datasheet/soc.adoc
+1 −1 docs/datasheet/soc_dma.adoc
+6 −4 docs/datasheet/soc_gptmr.adoc
+7 −5 docs/datasheet/soc_neoled.adoc
+3 −4 docs/datasheet/soc_onewire.adoc
+9 −3 docs/datasheet/soc_slink.adoc
+1 −2 docs/datasheet/soc_spi.adoc
+12 −27 docs/datasheet/soc_trng.adoc
+2 −4 docs/datasheet/soc_twi.adoc
+3 −2 docs/datasheet/soc_uart.adoc
+3 −10 docs/datasheet/soc_wdt.adoc
+1 −1 docs/datasheet/soc_xirq.adoc
+ docs/figures/bus_interface.png
+ docs/figures/bus_interface_atomic.png
+0 −3 docs/figures/license.md
+ docs/figures/neopixel.png
+ docs/figures/neopixel_timing.png
+ docs/figures/neorv32_processor.png
+20 −13 docs/sources/bus_interface.json
+19 −12 docs/sources/bus_interface_atomic.json
+7 −0 docs/sources/neopixel_timing.json
+1 −0 rtl/core/neorv32_cache.vhd
+1 −3 rtl/core/neorv32_cfs.vhd
+12 −12 rtl/core/neorv32_cpu.vhd
+5 −5 rtl/core/neorv32_cpu_alu.vhd
+30 −51 rtl/core/neorv32_cpu_control.vhd
+2 −0 rtl/core/neorv32_cpu_lsu.vhd
+22 −35 rtl/core/neorv32_cpu_regfile.vhd
+6 −11 rtl/core/neorv32_dma.vhd
+18 −34 rtl/core/neorv32_gptmr.vhd
+92 −81 rtl/core/neorv32_intercon.vhd
+16 −8 rtl/core/neorv32_onewire.vhd
+8 −12 rtl/core/neorv32_package.vhd
+16 −16 rtl/core/neorv32_sdi.vhd
+62 −60 rtl/core/neorv32_top.vhd
+22 −59 rtl/core/neorv32_trng.vhd
+23 −21 rtl/core/neorv32_twi.vhd
+12 −25 rtl/core/neorv32_wdt.vhd
+4 −6 rtl/core/neorv32_xirq.vhd
+1 −1 sim/neorv32_tb.vhd
+2 −1 sim/simple/ghdl.run.sh
+2 −1 sim/simple/ghdl.sh
+41 −12 sim/simple/neorv32_tb.simple.vhd
+2 −2 sw/common/common.mk
+40 −9 sw/example/demo_dma/main.c
+1 −2 sw/example/demo_gptmr/main.c
+1 −20 sw/example/demo_onewire/main.c
+0 −2 sw/example/demo_slink/main.c
+0 −2 sw/example/demo_spi_irq/drv/neorv32_spi_irq.c
+2 −2 sw/example/demo_trng/main.c
+2 −20 sw/example/demo_wdt/main.c
+2 −2 sw/example/game_of_life/main.c
+107 −0 sw/example/performance_tests/I/README.md
+2,018 −0 sw/example/performance_tests/I/main.c
+5 −0 sw/example/performance_tests/I/makefile
+90 −0 sw/example/performance_tests/M/README.md
+390 −0 sw/example/performance_tests/M/main.c
+6 −0 sw/example/performance_tests/M/makefile
+111 −0 sw/example/performance_tests/Zfinx/README.md
+1,176 −0 sw/example/performance_tests/Zfinx/main.c
+6 −0 sw/example/performance_tests/Zfinx/makefile
+100 −0 sw/example/performance_tests/makefile
+14 −0 sw/example/performance_tests/run_performance.sh
+19 −131 sw/example/processor_check/main.c
+2 −0 sw/example/processor_check/makefile
+0 −14 sw/lib/include/neorv32.h
+1 −3 sw/lib/include/neorv32_cpu.h
+17 −17 sw/lib/include/neorv32_cpu_csr.h
+1 −1 sw/lib/include/neorv32_onewire.h
+2 −5 sw/lib/include/neorv32_trng.h
+2 −28 sw/lib/source/neorv32_cpu.c
+1 −1 sw/lib/source/neorv32_onewire.c
+9 −11 sw/lib/source/neorv32_rte.c
+2 −10 sw/lib/source/neorv32_trng.c
+1 −3 sw/lib/source/neorv32_xirq.c
+1 −18 sw/svd/neorv32.svd

0 comments on commit c835169

Please sign in to comment.