Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 623113c commit 072b1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 66 files
+7 −2 .github/workflows/Documentation.yml
+2 −7 .github/workflows/Processor.yml
+5 −1 CHANGELOG.md
+3 −3 README.md
+93 −104 docs/datasheet/cpu.adoc
+13 −13 docs/datasheet/cpu_cfu.adoc
+4 −4 docs/datasheet/cpu_csr.adoc
+20 −13 docs/datasheet/soc.adoc
+2 −0 docs/datasheet/soc_cfs.adoc
+1 −1 docs/datasheet/soc_dcache.adoc
+1 −1 docs/datasheet/soc_icache.adoc
+34 −40 docs/datasheet/soc_pwm.adoc
+1 −1 docs/datasheet/soc_xbus.adoc
+1 −1 docs/datasheet/software.adoc
+ docs/figures/neorv32_bus.png
+ docs/figures/neorv32_processor.png
+2 −0 rtl/core/neorv32_cfs.vhd
+4 −4 rtl/core/neorv32_cpu.vhd
+24 −16 rtl/core/neorv32_cpu_alu.vhd
+8 −9 rtl/core/neorv32_cpu_control.vhd
+36 −37 rtl/core/neorv32_cpu_cp_cfu.vhd
+1 −1 rtl/core/neorv32_cpu_lsu.vhd
+7 −6 rtl/core/neorv32_package.vhd
+174 −96 rtl/core/neorv32_pwm.vhd
+13 −9 rtl/core/neorv32_top.vhd
+28 −32 rtl/core/neorv32_trng.vhd
+2 −2 rtl/processor_templates/neorv32_ProcessorTop_Minimal.vhd
+2 −2 rtl/processor_templates/neorv32_ProcessorTop_MinimalBoot.vhd
+2 −2 rtl/processor_templates/neorv32_ProcessorTop_UP5KDemo.vhd
+8 −12 rtl/system_integration/neorv32_vivado_ip.tcl
+4 −4 rtl/system_integration/neorv32_vivado_ip.vhd
+2 −2 sim/neorv32_tb.vhd
+1 −1 sim/simple/ghdl.run.sh
+2 −2 sim/simple/neorv32_tb.simple.vhd
+1 −1 sw/common/common.mk
+1 −1 sw/example/atomic_test/main.c
+32 −20 sw/example/demo_pwm/main.c
+2 −2 sw/example/processor_check/main.c
+4 −0 sw/image_gen/image_gen.c
+4 −6 sw/lib/include/neorv32_cpu_csr.h
+17 −15 sw/lib/include/neorv32_pwm.h
+1 −1 sw/lib/source/neorv32_aux.c
+1 −1 sw/lib/source/neorv32_cfs.c
+1 −1 sw/lib/source/neorv32_cpu.c
+1 −1 sw/lib/source/neorv32_cpu_amo.c
+1 −1 sw/lib/source/neorv32_cpu_cfu.c
+1 −1 sw/lib/source/neorv32_crc.c
+1 −1 sw/lib/source/neorv32_dma.c
+1 −1 sw/lib/source/neorv32_gpio.c
+1 −1 sw/lib/source/neorv32_gptmr.c
+1 −1 sw/lib/source/neorv32_mtime.c
+1 −1 sw/lib/source/neorv32_neoled.c
+1 −1 sw/lib/source/neorv32_newlib.c
+1 −1 sw/lib/source/neorv32_onewire.c
+43 −63 sw/lib/source/neorv32_pwm.c
+2 −1 sw/lib/source/neorv32_rte.c
+1 −1 sw/lib/source/neorv32_sdi.c
+1 −1 sw/lib/source/neorv32_slink.c
+1 −1 sw/lib/source/neorv32_spi.c
+1 −1 sw/lib/source/neorv32_sysinfo.c
+1 −1 sw/lib/source/neorv32_trng.c
+1 −1 sw/lib/source/neorv32_twi.c
+1 −1 sw/lib/source/neorv32_uart.c
+1 −1 sw/lib/source/neorv32_wdt.c
+1 −1 sw/lib/source/neorv32_xip.c
+1 −1 sw/lib/source/neorv32_xirq.c

0 comments on commit 072b1a7

Please sign in to comment.