-
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.
Merge pull request #119 from stnolting/dependabot/submodules/neorv32-…
…fdb00a5 [Dependabot]: Bump neorv32 from `1a5983c` to `fdb00a5`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
18 files
+8 −4 | CHANGELOG.md | |
+4 −5 | README.md | |
+1 −1 | docs/attrs.adoc | |
+6 −1 | docs/datasheet/cpu.adoc | |
+54 −19 | docs/datasheet/cpu_cfu.adoc | |
+43 −0 | docs/datasheet/cpu_csr.adoc | |
+0 −28 | docs/datasheet/on_chip_debugger.adoc | |
+22 −15 | rtl/core/neorv32_cpu_alu.vhd | |
+111 −103 | rtl/core/neorv32_cpu_control.vhd | |
+180 −88 | rtl/core/neorv32_cpu_cp_cfu.vhd | |
+8 −7 | rtl/core/neorv32_package.vhd | |
+2 −2 | rtl/core/neorv32_top.vhd | |
+37 −6 | sw/example/demo_cfu/main.c | |
+4 −2 | sw/lib/include/neorv32_cpu_cfu.h | |
+4 −2 | sw/lib/include/neorv32_cpu_csr.h | |
+27 −1 | sw/lib/source/neorv32_cpu_cfu.c | |
+3 −1 | sw/openocd/openocd_neorv32.cfg | |
+1 −1 | sw/svd/neorv32.svd |