-
Notifications
You must be signed in to change notification settings - Fork 6
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 #365 from stnolting/dependabot/submodules/neorv32-…
…1bf8c82 [Dependabot]: Bump neorv32 from `457f902` to `1bf8c82`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
12 files
+1 −0 | CHANGELOG.md | |
+0 −1 | README.md | |
+4 −4 | docs/datasheet/cpu_csr.adoc | |
+1 −1 | docs/datasheet/soc_uart.adoc | |
+32 −32 | rtl/core/neorv32_bus.vhd | |
+3 −3 | rtl/core/neorv32_cpu.vhd | |
+225 −255 | rtl/core/neorv32_cpu_control.vhd | |
+1 −0 | rtl/core/neorv32_cpu_lsu.vhd | |
+6 −7 | rtl/core/neorv32_cpu_pmp.vhd | |
+1 −1 | rtl/core/neorv32_package.vhd | |
+1 −1 | sw/lib/source/neorv32_cpu.c | |
+2 −2 | sw/lib/source/neorv32_rte.c |