Skip to content

Commit

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

[Dependabot]: Bump neorv32 from `bf82ad6` to `bf246fe`
  • Loading branch information
umarcor committed Feb 24, 2024
2 parents 69f3cda + e53ee90 commit 11936c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 68 files
+3 βˆ’3 .github/workflows/Documentation.yml
+34 βˆ’8 .github/workflows/Processor.yml
+92 βˆ’79 CHANGELOG.md
+1 βˆ’2 README.md
+2 βˆ’5 do.py
+1 βˆ’1 docs/attrs.adoc
+47 βˆ’62 docs/datasheet/cpu.adoc
+37 βˆ’90 docs/datasheet/cpu_csr.adoc
+1 βˆ’1 docs/datasheet/on_chip_debugger.adoc
+4 βˆ’0 docs/datasheet/soc.adoc
+17 βˆ’9 docs/datasheet/soc_dma.adoc
+34 βˆ’18 docs/datasheet/soc_slink.adoc
+8 βˆ’4 docs/datasheet/soc_xip.adoc
+6 βˆ’2 docs/datasheet/software.adoc
+6 βˆ’2 docs/datasheet/software_bootloader.adoc
+ βˆ’ docs/figures/neorv32_processor.png
+1 βˆ’1 docs/legal.adoc
+11 βˆ’12 docs/userguide/adding_custom_hw_modules.adoc
+1 βˆ’1 docs/userguide/neorv32_in_verilog.adoc
+9 βˆ’0 docs/userguide/packaging_vivado.adoc
+39 βˆ’31 docs/userguide/simulating_the_processor.adoc
+5 βˆ’3 rtl/README.md
+9 βˆ’9 rtl/core/neorv32_application_image.vhd
+10 βˆ’10 rtl/core/neorv32_bootloader_image.vhd
+38 βˆ’48 rtl/core/neorv32_cpu.vhd
+199 βˆ’265 rtl/core/neorv32_cpu_control.vhd
+594 βˆ’163 rtl/core/neorv32_cpu_cp_fpu.vhd
+20 βˆ’20 rtl/core/neorv32_cpu_cp_muldiv.vhd
+2 βˆ’2 rtl/core/neorv32_cpu_decompressor.vhd
+1 βˆ’1 rtl/core/neorv32_cpu_lsu.vhd
+88 βˆ’67 rtl/core/neorv32_cpu_pmp.vhd
+6 βˆ’4 rtl/core/neorv32_cpu_regfile.vhd
+6 βˆ’1 rtl/core/neorv32_dma.vhd
+127 βˆ’52 rtl/core/neorv32_fifo.vhd
+2 βˆ’1 rtl/core/neorv32_neoled.vhd
+26 βˆ’34 rtl/core/neorv32_package.vhd
+2 βˆ’1 rtl/core/neorv32_sdi.vhd
+52 βˆ’22 rtl/core/neorv32_slink.vhd
+4 βˆ’2 rtl/core/neorv32_spi.vhd
+9 βˆ’0 rtl/core/neorv32_top.vhd
+2 βˆ’1 rtl/core/neorv32_trng.vhd
+4 βˆ’2 rtl/core/neorv32_uart.vhd
+14 βˆ’4 rtl/system_integration/neorv32_SystemTop_axi4lite.vhd
+5 βˆ’0 sim/neorv32_tb.vhd
+0 βˆ’3 sim/simple/ghdl.run.sh
+5 βˆ’0 sim/simple/neorv32_tb.simple.vhd
+18 βˆ’13 sw/common/common.mk
+16 βˆ’15 sw/common/crt0.S
+3 βˆ’4 sw/common/neorv32.ld
+21 βˆ’27 sw/example/coremark/core_portme.c
+1 βˆ’1 sw/example/coremark/core_portme.h
+6 βˆ’2 sw/example/demo_dma/main.c
+47 βˆ’47 sw/example/demo_hpm/main.c
+16 βˆ’6 sw/example/demo_slink/main.c
+6 βˆ’1 sw/example/demo_spi/main.c
+10 βˆ’10 sw/example/floating_point_test/neorv32_zfinx_extension_intrinsics.h
+3 βˆ’0 sw/example/hello_world/makefile
+97 βˆ’80 sw/example/processor_check/main.c
+3 βˆ’0 sw/example/processor_check/makefile
+1 βˆ’1 sw/example/processor_check/run_check.sh
+13 βˆ’45 sw/lib/include/neorv32_cpu_csr.h
+4 βˆ’1 sw/lib/include/neorv32_dma.h
+30 βˆ’33 sw/lib/include/neorv32_rte.h
+9 βˆ’3 sw/lib/include/neorv32_slink.h
+20 βˆ’1 sw/lib/source/neorv32_dma.c
+52 βˆ’45 sw/lib/source/neorv32_rte.c
+28 βˆ’2 sw/lib/source/neorv32_slink.c
+25 βˆ’4 sw/svd/neorv32.svd

0 comments on commit 11936c3

Please sign in to comment.