-
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
c0d42d6
to 4cc0b8c
Bumps [neorv32](https://github.com/stnolting/neorv32) from `c0d42d6` to `4cc0b8c`. - [Release notes](https://github.com/stnolting/neorv32/releases) - [Commits](stnolting/neorv32@c0d42d6...4cc0b8c) --- updated-dependencies: - dependency-name: neorv32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
93cb8e8
commit cca27c5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
24 files
+8 −4 | CHANGELOG.md | |
+6 −7 | README.md | |
+23 −15 | docs/datasheet/cpu.adoc | |
+2 −14 | docs/datasheet/cpu_cfu.adoc | |
+2 −2 | docs/datasheet/cpu_csr.adoc | |
+212 −182 | docs/datasheet/on_chip_debugger.adoc | |
+7 −5 | docs/datasheet/soc.adoc | |
+1 −1 | rtl/core/neorv32_cpu.vhd | |
+26 −20 | rtl/core/neorv32_cpu_alu.vhd | |
+126 −128 | rtl/core/neorv32_cpu_control.vhd | |
+7 −7 | rtl/core/neorv32_cpu_cp_bitmanip.vhd | |
+1 −0 | rtl/core/neorv32_cpu_cp_muldiv.vhd | |
+4 −4 | rtl/core/neorv32_cpu_cp_shifter.vhd | |
+3 −3 | rtl/core/neorv32_cpu_pmp.vhd | |
+1 −1 | rtl/core/neorv32_cpu_regfile.vhd | |
+4 −8 | rtl/core/neorv32_crc.vhd | |
+160 −187 | rtl/core/neorv32_debug_dm.vhd | |
+106 −134 | rtl/core/neorv32_debug_dtm.vhd | |
+17 −20 | rtl/core/neorv32_intercon.vhd | |
+34 −14 | rtl/core/neorv32_package.vhd | |
+25 −47 | rtl/core/neorv32_top.vhd | |
+2 −2 | sw/lib/include/neorv32_dm.h | |
+10 −10 | sw/ocd-firmware/park_loop.S | |
+7 −25 | sw/openocd/openocd_neorv32.cfg |