Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent b29a6f4 commit b07972c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 67 files
+2 −0 CHANGELOG.md
+2 −2 LICENSE
+9 −9 docs/datasheet/soc_slink.adoc
+6 −1 docs/legal.adoc
+11 −32 rtl/core/mem/neorv32_dmem.default.vhd
+11 −32 rtl/core/mem/neorv32_dmem.legacy.vhd
+12 −35 rtl/core/mem/neorv32_imem.default.vhd
+12 −35 rtl/core/mem/neorv32_imem.legacy.vhd
+9 −32 rtl/core/neorv32_boot_rom.vhd
+33 −58 rtl/core/neorv32_cache.vhd
+14 −39 rtl/core/neorv32_cfs.vhd
+13 −38 rtl/core/neorv32_clockgate.vhd
+14 −32 rtl/core/neorv32_cpu.vhd
+9 −34 rtl/core/neorv32_cpu_alu.vhd
+90 −123 rtl/core/neorv32_cpu_control.vhd
+14 −40 rtl/core/neorv32_cpu_cp_bitmanip.vhd
+26 −41 rtl/core/neorv32_cpu_cp_cfu.vhd
+9 −32 rtl/core/neorv32_cpu_cp_cond.vhd
+48 −116 rtl/core/neorv32_cpu_cp_fpu.vhd
+14 −36 rtl/core/neorv32_cpu_cp_muldiv.vhd
+31 −64 rtl/core/neorv32_cpu_cp_shifter.vhd
+12 −35 rtl/core/neorv32_cpu_decompressor.vhd
+9 −32 rtl/core/neorv32_cpu_lsu.vhd
+12 −34 rtl/core/neorv32_cpu_pmp.vhd
+19 −41 rtl/core/neorv32_cpu_regfile.vhd
+9 −36 rtl/core/neorv32_crc.vhd
+11 −42 rtl/core/neorv32_debug_dm.vhd
+9 −35 rtl/core/neorv32_debug_dtm.vhd
+9 −35 rtl/core/neorv32_dma.vhd
+9 −32 rtl/core/neorv32_dmem.entity.vhd
+10 −33 rtl/core/neorv32_fifo.vhd
+9 −32 rtl/core/neorv32_gpio.vhd
+11 −36 rtl/core/neorv32_gptmr.vhd
+9 −32 rtl/core/neorv32_imem.entity.vhd
+53 −143 rtl/core/neorv32_intercon.vhd
+9 −35 rtl/core/neorv32_mtime.vhd
+9 −46 rtl/core/neorv32_neoled.vhd
+9 −41 rtl/core/neorv32_onewire.vhd
+33 −56 rtl/core/neorv32_package.vhd
+9 −35 rtl/core/neorv32_pwm.vhd
+9 −35 rtl/core/neorv32_sdi.vhd
+52 −78 rtl/core/neorv32_slink.vhd
+9 −32 rtl/core/neorv32_spi.vhd
+9 −35 rtl/core/neorv32_sysinfo.vhd
+14 −37 rtl/core/neorv32_top.vhd
+9 −36 rtl/core/neorv32_trng.vhd
+9 −39 rtl/core/neorv32_twi.vhd
+9 −49 rtl/core/neorv32_uart.vhd
+9 −39 rtl/core/neorv32_wdt.vhd
+9 −39 rtl/core/neorv32_xbus.vhd
+12 −38 rtl/core/neorv32_xip.vhd
+38 −75 rtl/core/neorv32_xirq.vhd
+9 −33 rtl/processor_templates/neorv32_ProcessorTop_Minimal.vhd
+9 −33 rtl/processor_templates/neorv32_ProcessorTop_MinimalBoot.vhd
+9 −33 rtl/processor_templates/neorv32_ProcessorTop_UP5KDemo.vhd
+28 −67 rtl/system_integration/neorv32_litex_core_complex.vhd
+9 −33 rtl/test_setups/neorv32_test_setup_approm.vhd
+9 −33 rtl/test_setups/neorv32_test_setup_bootloader.vhd
+9 −33 rtl/test_setups/neorv32_test_setup_on_chip_debugger.vhd
+9 −37 sim/neorv32_tb.vhd
+10 −38 sim/simple/neorv32_tb.simple.vhd
+1 −1 sw/example/demo_gptmr/main.c
+7 −1 sw/example/processor_check/main.c
+4 −4 sw/lib/include/neorv32_slink.h
+4 −12 sw/lib/source/neorv32_rte.c
+3 −3 sw/lib/source/neorv32_slink.c
+4 −10 sw/svd/neorv32.svd

0 comments on commit b07972c

Please sign in to comment.