Skip to content

Commit

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

[Dependabot]: Bump neorv32 from `3d71f3e` to `cb25a4f`
  • Loading branch information
stnolting authored Oct 8, 2024
2 parents 623113c + b9d4775 commit 52e157b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: /bin/bash -c "chmod u+x $GITHUB_WORKSPACE/.github/check.sh && $GITHUB_WORKSPACE/.github/check.sh"

- name: '📤 Archive generated Verilog code'
if: always()
uses: actions/upload-artifact@v4
with:
name: neorv32_verilog_code
Expand Down
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 67 files
+7 −2 .github/workflows/Documentation.yml
+2 −7 .github/workflows/Processor.yml
+5 −1 CHANGELOG.md
+3 −3 README.md
+93 −104 docs/datasheet/cpu.adoc
+13 −13 docs/datasheet/cpu_cfu.adoc
+4 −4 docs/datasheet/cpu_csr.adoc
+20 −13 docs/datasheet/soc.adoc
+2 −0 docs/datasheet/soc_cfs.adoc
+1 −1 docs/datasheet/soc_dcache.adoc
+1 −1 docs/datasheet/soc_icache.adoc
+34 −40 docs/datasheet/soc_pwm.adoc
+1 −1 docs/datasheet/soc_xbus.adoc
+1 −1 docs/datasheet/software.adoc
+ docs/figures/neorv32_bus.png
+ docs/figures/neorv32_processor.png
+2 −0 rtl/core/neorv32_cfs.vhd
+4 −4 rtl/core/neorv32_cpu.vhd
+24 −16 rtl/core/neorv32_cpu_alu.vhd
+8 −9 rtl/core/neorv32_cpu_control.vhd
+1 −1 rtl/core/neorv32_cpu_cp_bitmanip.vhd
+36 −37 rtl/core/neorv32_cpu_cp_cfu.vhd
+1 −1 rtl/core/neorv32_cpu_lsu.vhd
+7 −6 rtl/core/neorv32_package.vhd
+174 −96 rtl/core/neorv32_pwm.vhd
+13 −9 rtl/core/neorv32_top.vhd
+28 −32 rtl/core/neorv32_trng.vhd
+2 −2 rtl/processor_templates/neorv32_ProcessorTop_Minimal.vhd
+2 −2 rtl/processor_templates/neorv32_ProcessorTop_MinimalBoot.vhd
+2 −2 rtl/processor_templates/neorv32_ProcessorTop_UP5KDemo.vhd
+8 −12 rtl/system_integration/neorv32_vivado_ip.tcl
+4 −4 rtl/system_integration/neorv32_vivado_ip.vhd
+2 −2 sim/neorv32_tb.vhd
+1 −1 sim/simple/ghdl.run.sh
+2 −2 sim/simple/neorv32_tb.simple.vhd
+1 −1 sw/common/common.mk
+1 −1 sw/example/atomic_test/main.c
+32 −20 sw/example/demo_pwm/main.c
+2 −2 sw/example/processor_check/main.c
+4 −0 sw/image_gen/image_gen.c
+4 −6 sw/lib/include/neorv32_cpu_csr.h
+17 −15 sw/lib/include/neorv32_pwm.h
+1 −1 sw/lib/source/neorv32_aux.c
+1 −1 sw/lib/source/neorv32_cfs.c
+1 −1 sw/lib/source/neorv32_cpu.c
+1 −1 sw/lib/source/neorv32_cpu_amo.c
+1 −1 sw/lib/source/neorv32_cpu_cfu.c
+1 −1 sw/lib/source/neorv32_crc.c
+1 −1 sw/lib/source/neorv32_dma.c
+1 −1 sw/lib/source/neorv32_gpio.c
+1 −1 sw/lib/source/neorv32_gptmr.c
+1 −1 sw/lib/source/neorv32_mtime.c
+1 −1 sw/lib/source/neorv32_neoled.c
+1 −1 sw/lib/source/neorv32_newlib.c
+1 −1 sw/lib/source/neorv32_onewire.c
+43 −63 sw/lib/source/neorv32_pwm.c
+2 −1 sw/lib/source/neorv32_rte.c
+1 −1 sw/lib/source/neorv32_sdi.c
+1 −1 sw/lib/source/neorv32_slink.c
+1 −1 sw/lib/source/neorv32_spi.c
+1 −1 sw/lib/source/neorv32_sysinfo.c
+1 −1 sw/lib/source/neorv32_trng.c
+1 −1 sw/lib/source/neorv32_twi.c
+1 −1 sw/lib/source/neorv32_uart.c
+1 −1 sw/lib/source/neorv32_wdt.c
+1 −1 sw/lib/source/neorv32_xip.c
+1 −1 sw/lib/source/neorv32_xirq.c

0 comments on commit 52e157b

Please sign in to comment.