1 file changed
+1
-1
lines changed- .gitignore+1
- CHANGELOG.md+6
- docs/datasheet/cpu.adoc+59-40
- docs/datasheet/cpu_csr.adoc+69-45
- docs/datasheet/cpu_isa.adoc+5
- docs/datasheet/overview.adoc+23-2
- docs/datasheet/soc.adoc+15-17
- docs/datasheet/soc_dcache.adoc+4-4
- docs/datasheet/soc_dmem.adoc+2-2
- docs/datasheet/soc_icache.adoc+4-3
- docs/datasheet/soc_imem.adoc+2-2
- docs/datasheet/soc_sysinfo.adoc+7-9
- docs/datasheet/soc_xbus.adoc+3-5
- rtl/core/neorv32_bootloader_image.vhd+211-219
- rtl/core/neorv32_bus.vhd+51-29
- rtl/core/neorv32_cache.vhd+37-37
- rtl/core/neorv32_cpu.vhd+3
- rtl/core/neorv32_cpu_control.vhd+139-251
- rtl/core/neorv32_cpu_counters.vhd+8-8
- rtl/core/neorv32_cpu_hwtrig.vhd+4-5
- rtl/core/neorv32_dmem.vhd-126
- rtl/core/neorv32_mem.vhd+54-60
- rtl/core/neorv32_package.vhd+16-20
- rtl/core/neorv32_sysinfo.vhd+4-2
- rtl/core/neorv32_top.vhd+26-22
- rtl/core/neorv32_tracer.vhd+2-2
- rtl/core/neorv32_uart.vhd+1-1
- rtl/core/neorv32_xbus.vhd+7-48
- rtl/file_list_soc.f+1-2
- rtl/system_integration/neorv32_libero_ip.vhd-1
- rtl/system_integration/neorv32_litex_core_complex.vhd-1
- rtl/system_integration/neorv32_vivado_ip.tcl+2-1
- rtl/system_integration/neorv32_vivado_ip.vhd+2-1
- sim/neorv32_tb.vhd+4-5
- sim/xbus_gateway.vhd+6-19
- sw/bootloader/main.c+2-2
- sw/common/neorv32.ld+4
- sw/example/demo_newlib/main.c+1-1
- sw/example/processor_check/main.c+21-11
- sw/example/processor_check/makefile-3
- sw/lib/include/neorv32.h+8
- sw/lib/include/neorv32_cpu_csr.h+41-35
- sw/lib/include/neorv32_sysinfo.h+30-12
- sw/lib/source/neorv32_aux.c+9-4
- sw/lib/source/neorv32_rte.c+8-10
- sw/openocd/target.cfg+1
- sw/svd/neorv32.svd+3-2
0 commit comments