1 file changed
+1
-1
lines changed- CHANGELOG.md+2
- README.md+2-2
- docs/attrs.adoc+1-1
- docs/datasheet/cpu_csr.adoc+2-2
- docs/datasheet/cpu_dual_core.adoc+1-1
- docs/datasheet/on_chip_debugger.adoc+17-14
- docs/datasheet/overview.adoc+6
- docs/datasheet/soc.adoc+4-4
- docs/datasheet/soc_dma.adoc+29-60
- docs/datasheet/soc_gptmr.adoc+7-12
- rtl/core/neorv32_bus.vhd+6-3
- rtl/core/neorv32_cpu.vhd+2-2
- rtl/core/neorv32_cpu_alu.vhd+1-1
- rtl/core/neorv32_cpu_control.vhd+2-3
- rtl/core/neorv32_cpu_counters.vhd+2-2
- rtl/core/neorv32_cpu_cp_bitmanip.vhd+2-2
- rtl/core/neorv32_cpu_cp_shifter.vhd+2-2
- rtl/core/neorv32_cpu_frontend.vhd+15-10
- rtl/core/neorv32_crc.vhd+6-6
- rtl/core/neorv32_debug_dm.vhd+2-2
- rtl/core/neorv32_dma.vhd+67-103
- rtl/core/neorv32_dmem.vhd+5-2
- rtl/core/neorv32_gptmr.vhd+3-8
- rtl/core/neorv32_imem.vhd+5-2
- rtl/core/neorv32_neoled.vhd+4-1
- rtl/core/neorv32_onewire.vhd+4-1
- rtl/core/neorv32_package.vhd+1-1
- rtl/core/neorv32_sdi.vhd+4-1
- rtl/core/neorv32_slink.vhd+6-2
- rtl/core/neorv32_spi.vhd+4-1
- rtl/core/neorv32_sysinfo.vhd+17-8
- rtl/core/neorv32_top.vhd+6-7
- rtl/core/neorv32_trng.vhd+4-1
- rtl/core/neorv32_twd.vhd+4-1
- rtl/core/neorv32_twi.vhd+4-1
- rtl/core/neorv32_uart.vhd+6-2
- rtl/processor_templates/neorv32_ProcessorTop_Minimal.vhd+2
- rtl/processor_templates/neorv32_ProcessorTop_MinimalBoot.vhd+2
- rtl/system_integration/neorv32_vivado_ip.tcl+1-17
- rtl/system_integration/neorv32_vivado_ip.vhd+3-3
- sw/common/common.mk+1-1
- sw/common/neorv32.ld+1-1
- sw/example/demo_crc/main.c+13-18
- sw/example/demo_dma/main.c+44-134
- sw/example/demo_gptmr/main.c+3-4
- sw/example/processor_check/main.c+9-6
- sw/lib/include/neorv32_cpu.h+4-4
- sw/lib/include/neorv32_dma.h+19-13
- sw/lib/include/neorv32_gptmr.h+3-4
- sw/lib/source/neorv32_dma.c+8-47
- sw/lib/source/neorv32_gptmr.c+4-10
- sw/svd/neorv32.svd+10-25
0 commit comments