-
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.
Merge pull request #72 from stnolting/dependabot/submodules/neorv32-7…
…ff9618 [Dependabot]: Bump neorv32 from `513f04b` to `7ff9618`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
13 files
+3 −1 | CHANGELOG.md | |
+2 −2 | docs/datasheet/cpu_csr.adoc | |
+1 −1 | docs/datasheet/on_chip_debugger.adoc | |
+2 −2 | docs/datasheet/soc_uart.adoc | |
+35 −19 | rtl/core/neorv32_cpu_control.vhd | |
+1 −1 | rtl/core/neorv32_cpu_pmp.vhd | |
+0 −2 | rtl/core/neorv32_crc.vhd | |
+57 −93 | rtl/core/neorv32_fifo.vhd | |
+14 −14 | rtl/core/neorv32_intercon.vhd | |
+25 −36 | rtl/core/neorv32_mtime.vhd | |
+1 −1 | rtl/core/neorv32_package.vhd | |
+9 −9 | rtl/core/neorv32_uart.vhd | |
+27 −20 | sw/example/coremark/core_portme.c |