Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 2, 2023
1 parent 749d0c6 commit e7493d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 38 files
+1 −0 CHANGELOG.md
+76 −94 docs/datasheet/cpu.adoc
+ docs/figures/cpu_interface_read_long.png
+ docs/figures/cpu_interface_write_long.png
+16 −13 rtl/core/mem/neorv32_dmem.default.vhd
+16 −13 rtl/core/mem/neorv32_dmem.legacy.vhd
+16 −16 rtl/core/mem/neorv32_imem.default.vhd
+16 −16 rtl/core/mem/neorv32_imem.legacy.vhd
+12 −14 rtl/core/neorv32_boot_rom.vhd
+50 −62 rtl/core/neorv32_bus_keeper.vhd
+66 −98 rtl/core/neorv32_busswitch.vhd
+23 −33 rtl/core/neorv32_cfs.vhd
+85 −88 rtl/core/neorv32_cpu.vhd
+4 −8 rtl/core/neorv32_cpu_bus.vhd
+42 −60 rtl/core/neorv32_dcache.vhd
+22 −24 rtl/core/neorv32_debug_dm.vhd
+64 −80 rtl/core/neorv32_dma.vhd
+7 −9 rtl/core/neorv32_dmem.entity.vhd
+21 −24 rtl/core/neorv32_gpio.vhd
+27 −31 rtl/core/neorv32_gptmr.vhd
+29 −37 rtl/core/neorv32_icache.vhd
+6 −9 rtl/core/neorv32_imem.entity.vhd
+22 −25 rtl/core/neorv32_mtime.vhd
+35 −40 rtl/core/neorv32_neoled.vhd
+27 −32 rtl/core/neorv32_onewire.vhd
+202 −426 rtl/core/neorv32_package.vhd
+31 −35 rtl/core/neorv32_pwm.vhd
+31 −35 rtl/core/neorv32_sdi.vhd
+39 −44 rtl/core/neorv32_spi.vhd
+11 −16 rtl/core/neorv32_sysinfo.vhd
+487 −869 rtl/core/neorv32_top.vhd
+18 −20 rtl/core/neorv32_trng.vhd
+28 −33 rtl/core/neorv32_twi.vhd
+49 −55 rtl/core/neorv32_uart.vhd
+22 −27 rtl/core/neorv32_wdt.vhd
+26 −37 rtl/core/neorv32_wishbone.vhd
+58 −69 rtl/core/neorv32_xip.vhd
+19 −23 rtl/core/neorv32_xirq.vhd

0 comments on commit e7493d9

Please sign in to comment.