-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from stnolting/dependabot/submodules/neorv32-9…
…00d527 [Dependabot]: Bump neorv32 from `dc15beb` to `900d527`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
19 files
+3 −0 | CHANGELOG.md | |
+19 −17 | CONTRIBUTING.md | |
+1 −1 | docs/datasheet/cpu.adoc | |
+6 −4 | docs/datasheet/cpu_csr.adoc | |
+75 −97 | rtl/core/neorv32_cpu.vhd | |
+2 −1 | rtl/core/neorv32_cpu_alu.vhd | |
+103 −105 | rtl/core/neorv32_cpu_control.vhd | |
+62 −43 | rtl/core/neorv32_cpu_lsu.vhd | |
+39 −23 | rtl/core/neorv32_cpu_pmp.vhd | |
+1 −1 | rtl/core/neorv32_dma.vhd | |
+10 −6 | rtl/core/neorv32_gpio.vhd | |
+12 −14 | rtl/core/neorv32_intercon.vhd | |
+2 −2 | rtl/core/neorv32_onewire.vhd | |
+4 −4 | rtl/core/neorv32_package.vhd | |
+31 −17 | rtl/core/neorv32_twi.vhd | |
+6 −2 | rtl/core/neorv32_wdt.vhd | |
+1 −1 | sim/neorv32_tb.vhd | |
+103 −0 | sw/example/processor_check/main.c | |
+42 −26 | sw/svd/neorv32.svd |