Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 032ca79 commit c6f1c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 66 files
+6 −6 .gitignore
+5 −0 CHANGELOG.md
+0 −1 docs/attrs.adoc
+0 −2 docs/attrs.main.adoc
+22 −9 docs/datasheet/cpu.adoc
+76 −76 docs/datasheet/overview.adoc
+35 −31 docs/datasheet/soc.adoc
+4 −3 docs/datasheet/soc_sysinfo.adoc
+1 −3 docs/userguide/content.adoc
+0 −42 docs/userguide/enabling_riscv_extensions.adoc
+2 −3 rtl/core/mem/neorv32_dmem.default.vhd
+2 −3 rtl/core/mem/neorv32_dmem.legacy.vhd
+2 −3 rtl/core/mem/neorv32_imem.default.vhd
+2 −3 rtl/core/mem/neorv32_imem.legacy.vhd
+2 −3 rtl/core/neorv32_boot_rom.vhd
+1 −2 rtl/core/neorv32_cfs.vhd
+78 −0 rtl/core/neorv32_clockgate.vhd
+6 −5 rtl/core/neorv32_cpu.vhd
+2 −3 rtl/core/neorv32_cpu_alu.vhd
+59 −41 rtl/core/neorv32_cpu_control.vhd
+2 −3 rtl/core/neorv32_cpu_cp_bitmanip.vhd
+1 −2 rtl/core/neorv32_cpu_cp_cfu.vhd
+3 −4 rtl/core/neorv32_cpu_cp_cond.vhd
+2 −3 rtl/core/neorv32_cpu_cp_fpu.vhd
+1 −2 rtl/core/neorv32_cpu_cp_muldiv.vhd
+1 −2 rtl/core/neorv32_cpu_cp_shifter.vhd
+31 −41 rtl/core/neorv32_cpu_decompressor.vhd
+2 −3 rtl/core/neorv32_cpu_lsu.vhd
+1 −2 rtl/core/neorv32_cpu_pmp.vhd
+2 −3 rtl/core/neorv32_cpu_regfile.vhd
+2 −3 rtl/core/neorv32_crc.vhd
+2 −3 rtl/core/neorv32_dcache.vhd
+2 −3 rtl/core/neorv32_debug_dm.vhd
+1 −2 rtl/core/neorv32_debug_dtm.vhd
+2 −3 rtl/core/neorv32_dma.vhd
+2 −3 rtl/core/neorv32_dmem.entity.vhd
+20 −8 rtl/core/neorv32_fifo.vhd
+2 −3 rtl/core/neorv32_gpio.vhd
+1 −2 rtl/core/neorv32_gptmr.vhd
+2 −3 rtl/core/neorv32_icache.vhd
+2 −3 rtl/core/neorv32_imem.entity.vhd
+4 −8 rtl/core/neorv32_intercon.vhd
+1 −2 rtl/core/neorv32_mtime.vhd
+2 −3 rtl/core/neorv32_neoled.vhd
+2 −3 rtl/core/neorv32_onewire.vhd
+2 −1 rtl/core/neorv32_package.vhd
+1 −2 rtl/core/neorv32_pwm.vhd
+2 −3 rtl/core/neorv32_sdi.vhd
+2 −3 rtl/core/neorv32_slink.vhd
+2 −3 rtl/core/neorv32_spi.vhd
+42 −45 rtl/core/neorv32_sysinfo.vhd
+27 −4 rtl/core/neorv32_top.vhd
+2 −3 rtl/core/neorv32_trng.vhd
+2 −3 rtl/core/neorv32_twi.vhd
+2 −3 rtl/core/neorv32_uart.vhd
+2 −3 rtl/core/neorv32_wdt.vhd
+2 −3 rtl/core/neorv32_wishbone.vhd
+2 −3 rtl/core/neorv32_xip.vhd
+2 −3 rtl/core/neorv32_xirq.vhd
+1 −0 sim/neorv32_tb.vhd
+1 −0 sim/simple/neorv32_tb.simple.vhd
+14 −2 sw/example/processor_check/main.c
+1 −1 sw/example/processor_check/run_check.sh
+4 −3 sw/lib/include/neorv32_sysinfo.h
+12 −20 sw/lib/source/neorv32_rte.c
+1 −0 sw/svd/neorv32.svd

0 comments on commit c6f1c61

Please sign in to comment.