Skip to content

Commit

Permalink
[Dependabot]: Bump neorv32 from 6863fd9 to c0d42d6
Browse files Browse the repository at this point in the history
Bumps [neorv32](https://github.com/stnolting/neorv32) from `6863fd9` to `c0d42d6`.
- [Release notes](https://github.com/stnolting/neorv32/releases)
- [Commits](stnolting/neorv32@6863fd9...c0d42d6)

---
updated-dependencies:
- dependency-name: neorv32
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent 4c81ffc commit 46d3b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 42 files
+0 −56 .github/workflows/Processor.yml
+7 −0 CHANGELOG.md
+3 −3 CITATION.cff
+21 −22 README.md
+1 −1 docs/attrs.adoc
+79 −78 docs/datasheet/cpu.adoc
+1 −1 docs/datasheet/cpu_cfu.adoc
+231 −196 docs/datasheet/cpu_csr.adoc
+4 −4 docs/datasheet/on_chip_debugger.adoc
+0 −1 docs/datasheet/overview.adoc
+4 −4 docs/datasheet/soc.adoc
+1 −1 docs/datasheet/soc_mtime.adoc
+1 −1 docs/datasheet/soc_spi.adoc
+2 −2 docs/datasheet/soc_trng.adoc
+1 −1 docs/datasheet/soc_twi.adoc
+1 −1 docs/datasheet/soc_wdt.adoc
+1 −1 docs/datasheet/software.adoc
+57 −12 docs/datasheet/software_rte.adoc
+ docs/figures/neorv32_processor.png
+9 −13 rtl/core/neorv32_cpu.vhd
+13 −40 rtl/core/neorv32_cpu_alu.vhd
+251 −229 rtl/core/neorv32_cpu_control.vhd
+0 −87 rtl/core/neorv32_cpu_cp_cond.vhd
+3 −6 rtl/core/neorv32_cpu_pmp.vhd
+16 −24 rtl/core/neorv32_intercon.vhd
+19 −20 rtl/core/neorv32_package.vhd
+2 −4 rtl/core/neorv32_top.vhd
+1 −0 rtl/test_setups/neorv32_test_setup_on_chip_debugger.vhd
+1 −2 sim/neorv32_tb.vhd
+0 −1 sim/simple/neorv32_tb.simple.vhd
+92 −110 sw/example/demo_emulate_unaligned/main.c
+0 −0 sw/example/demo_emulate_unaligned/makefile
+115 −71 sw/example/processor_check/main.c
+0 −12 sw/example/zicond_test/README.md
+0 −125 sw/example/zicond_test/zicond_intrinsics.h
+44 −33 sw/lib/include/neorv32_cpu_csr.h
+5 −3 sw/lib/include/neorv32_rte.h
+10 −9 sw/lib/source/neorv32_cpu.c
+268 −175 sw/lib/source/neorv32_rte.c
+2 −1 sw/ocd-firmware/park_loop.S
+16 −6 sw/openocd/openocd_neorv32.cfg
+17 −38 sw/svd/neorv32.svd

0 comments on commit 46d3b81

Please sign in to comment.