-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
25 files
+8 −4 | CHANGELOG.md | |
+6 −7 | README.md | |
+23 −15 | docs/datasheet/cpu.adoc | |
+2 −14 | docs/datasheet/cpu_cfu.adoc | |
+3 −2 | docs/datasheet/cpu_csr.adoc | |
+229 −185 | 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 | |
+137 −130 | 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 | |
+35 −14 | rtl/core/neorv32_package.vhd | |
+25 −47 | rtl/core/neorv32_top.vhd | |
+2 −1 | sw/lib/include/neorv32_cpu_csr.h | |
+2 −2 | sw/lib/include/neorv32_dm.h | |
+10 −10 | sw/ocd-firmware/park_loop.S | |
+7 −25 | sw/openocd/openocd_neorv32.cfg |