-
Notifications
You must be signed in to change notification settings - Fork 13
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 #123 from stnolting/dependabot/submodules/neorv32-…
…9243491 [Dependabot]: Bump neorv32 from `5a4e0fc` to `9243491`
- 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
+2 −0 | CHANGELOG.md | |
+2 −4 | README.md | |
+2 −2 | docs/datasheet/rationale.adoc | |
+1 −1 | docs/datasheet/soc.adoc | |
+2 −3 | docs/datasheet/soc_xbus.adoc | |
+5 −0 | docs/userguide/eclipse_ide.adoc | |
+234 −241 | rtl/core/neorv32_cpu_control.vhd | |
+5 −5 | rtl/core/neorv32_cpu_decompressor.vhd | |
+33 −48 | rtl/core/neorv32_debug_dtm.vhd | |
+3 −3 | rtl/core/neorv32_package.vhd | |
+3 −3 | rtl/core/neorv32_top.vhd | |
+312 −277 | rtl/system_integration/neorv32_vivado_ip.tcl | |
+131 −106 | rtl/system_integration/neorv32_vivado_ip.vhd | |
+152 −0 | rtl/system_integration/xbus2axi4lite_bridge.vhd | |
+3 −1 | sw/example/dhrystone/dhry_1.c | |
+1 −1 | sw/example/eclipse/.settings/language.settings.xml | |
+3 −2 | sw/example/eclipse/main.c | |
+18 −6 | sw/example/eclipse/makefile | |
+9 −1 | sw/lib/source/neorv32_xirq.c |