-
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.
[Dependabot]: Bump neorv32 from
d8f46ac
to 9700121
Bumps [neorv32](https://github.com/stnolting/neorv32) from `d8f46ac` to `9700121`. - [Release notes](https://github.com/stnolting/neorv32/releases) - [Commits](stnolting/neorv32@d8f46ac...9700121) --- updated-dependencies: - dependency-name: neorv32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
f5be828
commit cf44706
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
24 files
+4 −0 | CHANGELOG.md | |
+7 −7 | README.md | |
+5 −5 | docs/datasheet/cpu.adoc | |
+5 −4 | docs/datasheet/overview.adoc | |
+21 −20 | docs/datasheet/soc.adoc | |
+5 −4 | docs/datasheet/soc_spi.adoc | |
+4 −3 | docs/datasheet/soc_wdt.adoc | |
+1 −13 | rtl/core/neorv32_bus.vhd | |
+12 −24 | rtl/core/neorv32_cache.vhd | |
+168 −194 | rtl/core/neorv32_cpu_control.vhd | |
+0 −8 | rtl/core/neorv32_cpu_cp_fpu.vhd | |
+3 −3 | rtl/core/neorv32_package.vhd | |
+133 −0 | rtl/core/neorv32_sys.vhd | |
+98 −145 | rtl/core/neorv32_top.vhd | |
+0 −4 | rtl/core/neorv32_trng.vhd | |
+51 −43 | rtl/core/neorv32_wdt.vhd | |
+0 −4 | rtl/core/neorv32_xip.vhd | |
+2 −1 | rtl/file_list_soc.f | |
+9 −8 | sw/example/demo_wdt/main.c | |
+3 −3 | sw/example/performance_tests/makefile | |
+7 −5 | sw/example/processor_check/main.c | |
+2 −103 | sw/lib/include/neorv32_intrinsics.h | |
+3 −2 | sw/lib/include/neorv32_wdt.h | |
+12 −14 | sw/lib/source/neorv32_wdt.c |