-
Notifications
You must be signed in to change notification settings - Fork 17
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
c303756
to 11df3a9
Bumps [neorv32](https://github.com/stnolting/neorv32) from `c303756` to `11df3a9`. - [Release notes](https://github.com/stnolting/neorv32/releases) - [Commits](stnolting/neorv32@c303756...11df3a9) --- updated-dependencies: - dependency-name: neorv32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
23e3d36
commit d31e78f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
24 files
+7 −6 | CHANGELOG.md | |
+25 −63 | README.md | |
+12 −11 | docs/datasheet/cpu.adoc | |
+3 −3 | docs/datasheet/cpu_csr.adoc | |
+ − | docs/figures/neorv32_cpu.png | |
+ − | docs/figures/neorv32_processor.png | |
+58 −63 | rtl/core/neorv32_cpu.vhd | |
+62 −59 | rtl/core/neorv32_cpu_control.vhd | |
+6 −6 | rtl/core/neorv32_cpu_cp_muldiv.vhd | |
+2 −2 | rtl/core/neorv32_cpu_cp_shifter.vhd | |
+10 −10 | rtl/core/neorv32_package.vhd | |
+0 −3 | sw/example/coremark/core_portme.c | |
+0 −3 | sw/example/demo_trng/main.c | |
+0 −3 | sw/example/demo_twi/main.c | |
+0 −3 | sw/example/float_corner_test/main.c | |
+0 −2 | sw/example/floating_point_test/main.c | |
+0 −3 | sw/example/game_of_life/main.c | |
+0 −85 | sw/example/hardware_info/main.c | |
+0 −4 | sw/example/hardware_info/makefile | |
+0 −3 | sw/example/hello_world/main.c | |
+0 −3 | sw/example/processor_check/main.c | |
+4 −4 | sw/image_gen/uart_upload.sh | |
+0 −3 | sw/lib/include/neorv32_rte.h | |
+129 −217 | sw/lib/source/neorv32_rte.c |