2 files changed
+8
-6
lines changedLines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
29 |
| - | |
30 |
| - | |
| 28 | + | |
31 | 29 |
| |
32 | 30 |
| |
33 |
| - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 |
| |
35 | 37 |
| |
36 | 38 |
| |
|
- CHANGELOG.md+1
- README.md+2-1
- docs/datasheet/cpu.adoc+23-14
- docs/datasheet/cpu_csr.adoc+90-30
- docs/datasheet/cpu_dual_core.adoc+50-19
- docs/datasheet/overview.adoc+1
- docs/datasheet/software.adoc+1
- docs/figures/smp_system.png
- rtl/core/neorv32_application_image.vhd+23-26
- rtl/core/neorv32_bootloader_image.vhd+76-79
- rtl/core/neorv32_bus.vhd+5-5
- rtl/core/neorv32_cpu.vhd+73-22
- rtl/core/neorv32_cpu_control.vhd+11-4
- rtl/core/neorv32_cpu_icc.vhd+139
- rtl/core/neorv32_package.vhd+7-5
- rtl/core/neorv32_top.vhd+114-77
- rtl/file_list_cpu.f+1
- rtl/file_list_soc.f+1
- rtl/system_integration/neorv32_vivado_ip.tcl+8
- rtl/system_integration/neorv32_vivado_ip.vhd+97-93
- sw/common/crt0.S+34-42
- sw/example/demo_dual_core/main.c+5-4
- sw/example/demo_dual_core/run_check.sh-1
- sw/example/processor_check/main.c+7-12
- sw/lib/include/neorv32.h+2-4
- sw/lib/include/neorv32_cpu_csr.h+21-3
- sw/lib/include/neorv32_legacy.h-42
- sw/lib/include/neorv32_rte.h-1
- sw/lib/include/neorv32_smp.h+79
- sw/lib/source/neorv32_rte.c+4-68
- sw/lib/source/neorv32_smp.c+70
0 commit comments