Skip to content

Commit

Permalink
Merge pull request #165 from stnolting/dependabot/submodules/neorv32-…
Browse files Browse the repository at this point in the history
…ada832a

[Dependabot]: Bump neorv32 from `c1b8484` to `ada832a`
  • Loading branch information
stnolting committed Apr 15, 2024
2 parents b29a6f4 + b07972c commit 3fa0840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neorv32
Submodule neorv32 updated 67 files
+2 βˆ’0 CHANGELOG.md
+2 βˆ’2 LICENSE
+9 βˆ’9 docs/datasheet/soc_slink.adoc
+6 βˆ’1 docs/legal.adoc
+11 βˆ’32 rtl/core/mem/neorv32_dmem.default.vhd
+11 βˆ’32 rtl/core/mem/neorv32_dmem.legacy.vhd
+12 βˆ’35 rtl/core/mem/neorv32_imem.default.vhd
+12 βˆ’35 rtl/core/mem/neorv32_imem.legacy.vhd
+9 βˆ’32 rtl/core/neorv32_boot_rom.vhd
+33 βˆ’58 rtl/core/neorv32_cache.vhd
+14 βˆ’39 rtl/core/neorv32_cfs.vhd
+13 βˆ’38 rtl/core/neorv32_clockgate.vhd
+14 βˆ’32 rtl/core/neorv32_cpu.vhd
+9 βˆ’34 rtl/core/neorv32_cpu_alu.vhd
+90 βˆ’123 rtl/core/neorv32_cpu_control.vhd
+14 βˆ’40 rtl/core/neorv32_cpu_cp_bitmanip.vhd
+26 βˆ’41 rtl/core/neorv32_cpu_cp_cfu.vhd
+9 βˆ’32 rtl/core/neorv32_cpu_cp_cond.vhd
+48 βˆ’116 rtl/core/neorv32_cpu_cp_fpu.vhd
+14 βˆ’36 rtl/core/neorv32_cpu_cp_muldiv.vhd
+31 βˆ’64 rtl/core/neorv32_cpu_cp_shifter.vhd
+12 βˆ’35 rtl/core/neorv32_cpu_decompressor.vhd
+9 βˆ’32 rtl/core/neorv32_cpu_lsu.vhd
+12 βˆ’34 rtl/core/neorv32_cpu_pmp.vhd
+19 βˆ’41 rtl/core/neorv32_cpu_regfile.vhd
+9 βˆ’36 rtl/core/neorv32_crc.vhd
+11 βˆ’42 rtl/core/neorv32_debug_dm.vhd
+9 βˆ’35 rtl/core/neorv32_debug_dtm.vhd
+9 βˆ’35 rtl/core/neorv32_dma.vhd
+9 βˆ’32 rtl/core/neorv32_dmem.entity.vhd
+10 βˆ’33 rtl/core/neorv32_fifo.vhd
+9 βˆ’32 rtl/core/neorv32_gpio.vhd
+11 βˆ’36 rtl/core/neorv32_gptmr.vhd
+9 βˆ’32 rtl/core/neorv32_imem.entity.vhd
+53 βˆ’143 rtl/core/neorv32_intercon.vhd
+9 βˆ’35 rtl/core/neorv32_mtime.vhd
+9 βˆ’46 rtl/core/neorv32_neoled.vhd
+9 βˆ’41 rtl/core/neorv32_onewire.vhd
+33 βˆ’56 rtl/core/neorv32_package.vhd
+9 βˆ’35 rtl/core/neorv32_pwm.vhd
+9 βˆ’35 rtl/core/neorv32_sdi.vhd
+52 βˆ’78 rtl/core/neorv32_slink.vhd
+9 βˆ’32 rtl/core/neorv32_spi.vhd
+9 βˆ’35 rtl/core/neorv32_sysinfo.vhd
+14 βˆ’37 rtl/core/neorv32_top.vhd
+9 βˆ’36 rtl/core/neorv32_trng.vhd
+9 βˆ’39 rtl/core/neorv32_twi.vhd
+9 βˆ’49 rtl/core/neorv32_uart.vhd
+9 βˆ’39 rtl/core/neorv32_wdt.vhd
+9 βˆ’39 rtl/core/neorv32_xbus.vhd
+12 βˆ’38 rtl/core/neorv32_xip.vhd
+38 βˆ’75 rtl/core/neorv32_xirq.vhd
+9 βˆ’33 rtl/processor_templates/neorv32_ProcessorTop_Minimal.vhd
+9 βˆ’33 rtl/processor_templates/neorv32_ProcessorTop_MinimalBoot.vhd
+9 βˆ’33 rtl/processor_templates/neorv32_ProcessorTop_UP5KDemo.vhd
+28 βˆ’67 rtl/system_integration/neorv32_litex_core_complex.vhd
+9 βˆ’33 rtl/test_setups/neorv32_test_setup_approm.vhd
+9 βˆ’33 rtl/test_setups/neorv32_test_setup_bootloader.vhd
+9 βˆ’33 rtl/test_setups/neorv32_test_setup_on_chip_debugger.vhd
+9 βˆ’37 sim/neorv32_tb.vhd
+10 βˆ’38 sim/simple/neorv32_tb.simple.vhd
+1 βˆ’1 sw/example/demo_gptmr/main.c
+7 βˆ’1 sw/example/processor_check/main.c
+4 βˆ’4 sw/lib/include/neorv32_slink.h
+4 βˆ’12 sw/lib/source/neorv32_rte.c
+3 βˆ’3 sw/lib/source/neorv32_slink.c
+4 βˆ’10 sw/svd/neorv32.svd

0 comments on commit 3fa0840

Please sign in to comment.