-
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 #109 from stnolting/dependabot/submodules/neorv32-…
…9b47b98 [Dependabot]: Bump neorv32 from `ec2e2bb` to `9b47b98`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
14 files
+2 −1 | CHANGELOG.md | |
+5 −5 | docs/datasheet/cpu_cfu.adoc | |
+18 −3 | docs/datasheet/overview.adoc | |
+11 −12 | rtl/core/neorv32_cpu_control.vhd | |
+2 −1 | rtl/core/neorv32_cpu_cp_cond.vhd | |
+36 −35 | rtl/core/neorv32_cpu_cp_muldiv.vhd | |
+9 −12 | rtl/core/neorv32_cpu_cp_shifter.vhd | |
+9 −9 | rtl/core/neorv32_cpu_pmp.vhd | |
+10 −3 | rtl/core/neorv32_cpu_regfile.vhd | |
+1 −13 | rtl/core/neorv32_package.vhd | |
+14 −27 | rtl/core/neorv32_top.vhd | |
+111 −175 | rtl/core/neorv32_trng.vhd | |
+18 −11 | rtl/generate_file_lists.sh | |
+31 −46 | sw/common/common.mk |