-
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
ec2e2bb
to 9b47b98
Bumps [neorv32](https://github.com/stnolting/neorv32) from `ec2e2bb` to `9b47b98`. - [Release notes](https://github.com/stnolting/neorv32/releases) - [Commits](stnolting/neorv32@ec2e2bb...9b47b98) --- updated-dependencies: - dependency-name: neorv32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
00ce804
commit d116dee
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 |