Skip to content

Commit

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

[Dependabot]: Bump neorv32 from `7e24fce` to `e688424`
  • Loading branch information
stnolting authored Oct 7, 2024
2 parents 8c738c5 + 0606be1 commit 5f04dcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[submodule "neorv32"]
path = neorv32
url = https://github.com/stnolting/neorv32
ignore = dirty
[submodule "constraints"]
path = constraints
url = https://github.com/hdl/constraints
ignore = dirty
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 68 files
+7 βˆ’2 .github/workflows/Documentation.yml
+2 βˆ’7 .github/workflows/Processor.yml
+7 βˆ’1 CHANGELOG.md
+6 βˆ’3 README.md
+1 βˆ’1 docs/attrs.adoc
+152 βˆ’118 docs/datasheet/cpu.adoc
+13 βˆ’13 docs/datasheet/cpu_cfu.adoc
+12 βˆ’10 docs/datasheet/cpu_csr.adoc
+108 βˆ’99 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
+19 βˆ’11 rtl/core/neorv32_cpu.vhd
+24 βˆ’16 rtl/core/neorv32_cpu_alu.vhd
+23 βˆ’14 rtl/core/neorv32_cpu_control.vhd
+36 βˆ’37 rtl/core/neorv32_cpu_cp_cfu.vhd
+1 βˆ’1 rtl/core/neorv32_cpu_lsu.vhd
+10 βˆ’7 rtl/core/neorv32_package.vhd
+174 βˆ’96 rtl/core/neorv32_pwm.vhd
+37 βˆ’29 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
+40 βˆ’38 rtl/system_integration/neorv32_vivado_ip.tcl
+10 βˆ’6 rtl/system_integration/neorv32_vivado_ip.vhd
+5 βˆ’3 sim/neorv32_tb.vhd
+1 βˆ’1 sim/simple/ghdl.run.sh
+5 βˆ’3 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
+9 βˆ’10 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
+5 βˆ’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
+1 βˆ’1 sw/svd/neorv32.svd

0 comments on commit 5f04dcc

Please sign in to comment.