-
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
03245d1
to 0377316
Bumps [neorv32](https://github.com/stnolting/neorv32) from `03245d1` to `0377316`. - [Release notes](https://github.com/stnolting/neorv32/releases) - [Commits](stnolting/neorv32@03245d1...0377316) --- updated-dependencies: - dependency-name: neorv32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
a9f4ee7
commit a4a73cd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
22 files
+1 −0 | CHANGELOG.md | |
+6 −6 | CONTRIBUTING.md | |
+0 −6 | README.md | |
+27 −8 | docs/datasheet/cpu.adoc | |
+17 −48 | docs/datasheet/cpu_csr.adoc | |
+2 −2 | docs/datasheet/soc.adoc | |
+2 −2 | docs/legal.adoc | |
+2 −2 | docs/userguide/application_specific_configuration.adoc | |
+10 −5 | docs/userguide/packaging_vivado.adoc | |
+5 −5 | rtl/core/neorv32_cache.vhd | |
+93 −97 | rtl/core/neorv32_cpu_control.vhd | |
+11 −5 | rtl/core/neorv32_cpu_cp_muldiv.vhd | |
+7 −4 | rtl/core/neorv32_cpu_regfile.vhd | |
+4 −4 | rtl/core/neorv32_crc.vhd | |
+3 −0 | rtl/core/neorv32_dmem.vhd | |
+4 −1 | rtl/core/neorv32_imem.vhd | |
+2 −2 | rtl/core/neorv32_intercon.vhd | |
+1 −27 | rtl/core/neorv32_package.vhd | |
+45 −50 | rtl/system_integration/neorv32_vivado_ip.tcl | |
+114 −59 | rtl/system_integration/neorv32_vivado_ip.vhd | |
+11 −6 | sw/example/processor_check/main.c | |
+44 −61 | sw/lib/include/neorv32_cpu_csr.h |