-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Dependabot]: Bump neorv32 from
7e24fce
to 3d71f3e
Bumps [neorv32](https://github.com/stnolting/neorv32) from `7e24fce` to `3d71f3e`. - [Release notes](https://github.com/stnolting/neorv32/releases) - [Commits](stnolting/neorv32@7e24fce...3d71f3e) --- updated-dependencies: - dependency-name: neorv32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
439dbf0
commit fa69eca
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
18 files
+2 −0 | CHANGELOG.md | |
+3 −0 | README.md | |
+1 −1 | docs/attrs.adoc | |
+67 −22 | docs/datasheet/cpu.adoc | |
+9 −7 | docs/datasheet/cpu_csr.adoc | |
+91 −89 | docs/datasheet/soc.adoc | |
+ − | docs/figures/neorv32_processor.png | |
+15 −7 | rtl/core/neorv32_cpu.vhd | |
+16 −6 | rtl/core/neorv32_cpu_control.vhd | |
+4 −2 | rtl/core/neorv32_package.vhd | |
+25 −21 | rtl/core/neorv32_top.vhd | |
+36 −30 | rtl/system_integration/neorv32_vivado_ip.tcl | |
+6 −2 | rtl/system_integration/neorv32_vivado_ip.vhd | |
+3 −1 | sim/neorv32_tb.vhd | |
+3 −1 | sim/simple/neorv32_tb.simple.vhd | |
+8 −7 | sw/lib/include/neorv32_cpu_csr.h | |
+3 −0 | sw/lib/source/neorv32_rte.c | |
+1 −1 | sw/svd/neorv32.svd |