Skip to content

Commit

Permalink
Merge pull request #107 from stnolting/dependabot/submodules/neorv32-…
Browse files Browse the repository at this point in the history
…e72c254

[Dependabot]: Bump neorv32 from `c378975` to `e72c254`
  • Loading branch information
stnolting authored Aug 5, 2024
2 parents 0a2ed4f + 14a33df commit 2c9d041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 66 files
+4 −0 CHANGELOG.md
+1 −1 README.md
+1 −1 docs/attrs.adoc
+67 −113 docs/datasheet/cpu_cfu.adoc
+35 −11 docs/datasheet/overview.adoc
+1 −1 docs/datasheet/soc_dma.adoc
+27 −15 docs/datasheet/soc_sysinfo.adoc
+37 −32 docs/datasheet/software.adoc
+ docs/figures/cfu_r5type_instruction_a.png
+ docs/figures/cfu_r5type_instruction_b.png
+0 −9 docs/sources/cfu_r5type_instructionA.json
+0 −9 docs/sources/cfu_r5type_instructionB.json
+0 −3 docs/userguide/adding_custom_hw_modules.adoc
+2 −2 docs/userguide/application_specific_configuration.adoc
+2 −2 docs/userguide/eclipse_ide.adoc
+2 −2 docs/userguide/litex_support.adoc
+8 −7 docs/userguide/neorv32_in_verilog.adoc
+6 −1 docs/userguide/packaging_vivado.adoc
+6 −2 rtl/README.md
+23 −28 rtl/core/neorv32_cpu.vhd
+6 −8 rtl/core/neorv32_cpu_alu.vhd
+9 −5 rtl/core/neorv32_cpu_control.vhd
+122 −147 rtl/core/neorv32_cpu_cp_cfu.vhd
+6 −30 rtl/core/neorv32_cpu_regfile.vhd
+11 −11 rtl/core/neorv32_package.vhd
+30 −12 rtl/core/neorv32_sysinfo.vhd
+0 −15 rtl/cpu_hdl_files.f
+17 −0 rtl/file_list_cpu.f
+48 −0 rtl/file_list_soc.f
+32 −0 rtl/generate_file_lists.sh
+0 −48 rtl/processor_hdl_files.f
+3 −0 rtl/system_integration/neorv32_vivado_ip.tcl
+171 −168 rtl/system_integration/neorv32_vivado_ip.vhd
+1 −1 sim/neorv32_tb.vhd
+4 −2 sim/simple/ghdl.setup.sh
+56 −40 sw/common/common.mk
+2 −2 sw/example/coremark/core_portme.c
+48 −48 sw/example/demo_cfu/main.c
+1 −1 sw/example/demo_gptmr/main.c
+2 −2 sw/example/demo_mtime/main.c
+1 −1 sw/example/demo_spi/main.c
+1 −1 sw/example/demo_trng/main.c
+1 −1 sw/example/demo_twi/main.c
+1 −1 sw/example/demo_wdt/main.c
+6 −6 sw/example/dhrystone/dhry_1.c
+9 −13 sw/example/eclipse/.cproject
+1 −1 sw/example/eclipse/.settings/language.settings.xml
+1 −1 sw/example/eclipse/.settings/org.eclipse.embedcdt.managedbuild.cross.riscv.core.prefs
+3 −3 sw/example/eclipse/eclipse_example Default.launch
+15 −10 sw/example/eclipse/main.c
+35 −0 sw/example/processor_check/main.c
+1 −1 sw/example/processor_check/makefile
+1 −1 sw/example/processor_check/run_check.sh
+5 −6 sw/lib/include/neorv32_cpu_cfu.h
+47 −38 sw/lib/include/neorv32_sysinfo.h
+2 −2 sw/lib/source/neorv32_cpu.c
+4 −4 sw/lib/source/neorv32_mtime.c
+1 −1 sw/lib/source/neorv32_neoled.c
+6 −1 sw/lib/source/neorv32_newlib.c
+1 −1 sw/lib/source/neorv32_onewire.c
+1 −1 sw/lib/source/neorv32_rte.c
+1 −1 sw/lib/source/neorv32_spi.c
+38 −0 sw/lib/source/neorv32_sysinfo.c
+1 −39 sw/lib/source/neorv32_uart.c
+1 −1 sw/lib/source/neorv32_xip.c
+1 −2 sw/svd/neorv32.svd

0 comments on commit 2c9d041

Please sign in to comment.