2 files changed
+5
-8
lines changed- CHANGELOG.md+6
- README.md+1-1
- docs/datasheet/cpu.adoc+16-18
- docs/datasheet/cpu_dual_core.adoc+3-3
- docs/datasheet/soc.adoc+14-22
- docs/datasheet/soc_dcache.adoc+21-18
- docs/datasheet/soc_icache.adoc+22-19
- docs/datasheet/soc_pwm.adoc+2-2
- docs/datasheet/soc_sysinfo.adoc+3-4
- docs/datasheet/soc_xbus.adoc+34-92
- docs/datasheet/software.adoc+4-3
- docs/figures/neorv32_bus.png
- docs/figures/neorv32_processor.png
- docs/legal.adoc+1-1
- docs/userguide/adding_custom_hw_modules.adoc+1-1
- docs/userguide/packaging_vivado.adoc+1-1
- rtl/core/neorv32_bootloader_image.vhd+220-223
- rtl/core/neorv32_bus.vhd+18-26
- rtl/core/neorv32_cache.vhd+15-18
- rtl/core/neorv32_cfs.vhd+1-1
- rtl/core/neorv32_cpu_frontend.vhd+4-8
- rtl/core/neorv32_cpu_lsu.vhd+19-19
- rtl/core/neorv32_dma.vhd+19-15
- rtl/core/neorv32_package.vhd+12-17
- rtl/core/neorv32_sysinfo.vhd+8-20
- rtl/core/neorv32_top.vhd+62-115
- rtl/core/neorv32_xbus.vhd+4-4
- rtl/processor_templates/README.md+1-1
- rtl/system_integration/README.md+4-7
- rtl/system_integration/neorv32_litex_core_complex.vhd+1-10
- rtl/system_integration/neorv32_vivado_ip.tcl+9-21
- rtl/system_integration/neorv32_vivado_ip.vhd+173-153
- rtl/system_integration/xbus2ahblite_bridge.vhd-111
- rtl/system_integration/xbus2axi4_bridge.vhd+130
- sim/neorv32_tb.vhd+91-97
- sw/common/neorv32.ld+28-34
- sw/example/bus_explorer/main.c+15-13
- sw/example/demo_newlib/main.c+58-39
- sw/example/demo_newlib/makefile+1-1
- sw/example/eclipse/main.c+1-1
- sw/example/eclipse/makefile+1-1
- sw/example/processor_check/main.c+61-75
- sw/lib/include/neorv32_sysinfo.h+2-7
- sw/lib/source/neorv32_aux.c+1-23
- sw/lib/source/neorv32_newlib.c+157-83
- sw/lib/source/neorv32_uart.c+14-34
- sw/svd/neorv32.svd-3
Lines changed: 4 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
82 |
| - | |
| 81 | + | |
| 82 | + | |
83 | 83 |
| |
84 |
| - | |
85 |
| - | |
86 |
| - | |
| 84 | + | |
87 | 85 |
| |
88 |
| - | |
| 86 | + | |
89 | 87 |
| |
90 | 88 |
| |
91 | 89 |
| |
92 | 90 |
| |
93 |
| - | |
94 | 91 |
| |
95 | 92 |
| |
96 | 93 |
| |
|
0 commit comments