-
Notifications
You must be signed in to change notification settings - Fork 17
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
06f3177
to f1ee1bd
Bumps [neorv32](https://github.com/stnolting/neorv32) from `06f3177` to `f1ee1bd`. - [Release notes](https://github.com/stnolting/neorv32/releases) - [Commits](stnolting/neorv32@06f3177...f1ee1bd) --- updated-dependencies: - dependency-name: neorv32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
3873ab6
commit 0dbfac6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
22 files
+2 −0 | CHANGELOG.md | |
+1 −1 | README.md | |
+2 −2 | docs/datasheet/soc_uart.adoc | |
+1 −1 | docs/userguide/zephyr_support.adoc | |
+4 −4 | rtl/core/neorv32_cfs.vhd | |
+39 −2 | rtl/core/neorv32_package.vhd | |
+5 −3 | rtl/core/neorv32_top.vhd | |
+12 −7 | rtl/core/neorv32_trng.vhd | |
+8 −4 | rtl/core/neorv32_uart.vhd | |
+45 −62 | rtl/system_integration/neorv32_vivado_ip.vhd | |
+63 −108 | rtl/system_integration/xbus2axi4lite_bridge.vhd | |
+30 −17 | sim/ghdl.run.sh | |
+0 −20 | sim/ghdl.setup.sh | |
+1 −2 | sim/ghdl.sh | |
+259 −401 | sim/neorv32_tb.vhd | |
+93 −0 | sim/sim_uart_rx.vhd | |
+0 −77 | sim/uart_rx.vhd | |
+102 −0 | sim/xbus_gateway.vhd | |
+100 −0 | sim/xbus_memory.vhd | |
+1 −1 | sw/example/hello_world/makefile | |
+5 −3 | sw/example/processor_check/main.c | |
+2 −2 | sw/example/processor_check/makefile |