forked from stnolting/neorv32-verilog
-
Notifications
You must be signed in to change notification settings - Fork 0
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 stnolting#74 from stnolting/dependabot/submodules/…
…neorv32-0ab5863 [Dependabot]: Bump neorv32 from `80cc23c` to `0ab5863`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule neorv32
updated
22 files
+4 −0 | CHANGELOG.md | |
+5 −5 | CONTRIBUTING.md | |
+1 −1 | docs/attrs.adoc | |
+2 −3 | docs/datasheet/soc.adoc | |
+3 −2 | docs/datasheet/soc_dmem.adoc | |
+9 −8 | docs/datasheet/soc_imem.adoc | |
+16 −15 | docs/datasheet/soc_mtime.adoc | |
+ − | docs/references/riscv-zicond_1.0-rc1.pdf | |
+ − | docs/references/riscv-zicond_1.0.1.pdf | |
+0 −4 | docs/userguide/enabling_riscv_extensions.adoc | |
+2 −2 | rtl/core/neorv32_cpu.vhd | |
+4 −4 | rtl/core/neorv32_cpu_control.vhd | |
+7 −5 | rtl/core/neorv32_cpu_cp_shifter.vhd | |
+5 −5 | rtl/core/neorv32_cpu_pmp.vhd | |
+7 −12 | rtl/core/neorv32_debug_dtm.vhd | |
+5 −1 | rtl/core/neorv32_mtime.vhd | |
+3 −1 | rtl/core/neorv32_package.vhd | |
+2 −2 | rtl/core/neorv32_pwm.vhd | |
+22 −0 | rtl/core/neorv32_top.vhd | |
+2 −0 | sim/neorv32_tb.vhd | |
+2 −0 | sim/simple/neorv32_tb.simple.vhd | |
+1 −1 | sw/svd/neorv32.svd |