neorv32/rtl/core
2025-04-18 22:27:12 +02:00
..
neorv32_application_image.vhd [rtl] update default application image 2025-02-01 15:17:26 +01:00
neorv32_boot_rom.vhd 🐛 fix bootrom addressing 2025-01-28 21:27:27 +01:00
neorv32_bootloader_image.vhd [rtl] update bootloader image 2025-04-05 17:18:32 +02:00
neorv32_bus.vhd [rtl] minor formatting edits 2025-04-05 17:33:16 +02:00
neorv32_cache.vhd [cache] add design notes 2025-03-15 22:14:57 +01:00
neorv32_cfs.vhd [cfs] minor edits 2025-02-22 23:33:01 +01:00
neorv32_clint.vhd [clint] no ACK if accessing unavailable registers 2025-04-05 17:33:40 +02:00
neorv32_cpu.vhd [rtl] minor formatting edits 2025-04-05 17:33:16 +02:00
neorv32_cpu_alu.vhd [rtl] use index_size_f for onstants only 2025-03-01 16:58:39 +01:00
neorv32_cpu_control.vhd [control] code cleanups 2025-04-05 17:38:27 +02:00
neorv32_cpu_counters.vhd [rtl] minor comment fixes 2025-03-01 06:45:38 +01:00
neorv32_cpu_cp_bitmanip.vhd 🐛 [Zbb] fix non-fast shift operations 2025-03-14 17:50:47 +01:00
neorv32_cpu_cp_cfu.vhd [cfu] comment fixes / updates 2025-02-13 21:24:37 +01:00
neorv32_cpu_cp_cond.vhd [cond-cp] use local instruction decoding 2024-09-23 22:26:15 +02:00
neorv32_cpu_cp_crypto.vhd [crypto] minor edits 2025-02-22 23:05:50 +01:00
neorv32_cpu_cp_fpu.vhd [fpu] minor comment edits 2024-10-11 00:17:08 +02:00
neorv32_cpu_cp_muldiv.vhd [rtl] minor cleanups 2024-12-14 16:42:49 +01:00
neorv32_cpu_cp_shifter.vhd [rtl] use index_size_f for onstants only 2025-03-01 16:58:39 +01:00
neorv32_cpu_decompressor.vhd [decompressor] minor edits 2024-10-18 22:17:38 +02:00
neorv32_cpu_frontend.vhd [cpu] rework front-end 2025-04-05 17:53:12 +02:00
neorv32_cpu_icc.vhd [cpu] comment fixes 2025-02-14 00:09:53 +01:00
neorv32_cpu_lsu.vhd [cpu] add LR/SC decoding and execution 2025-02-08 09:57:26 +01:00
neorv32_cpu_pmp.vhd [pmp] fix multi-assignment with disabled NAPOT 2025-04-17 18:53:10 +00:00
neorv32_cpu_regfile.vhd [rtl] minor comment edits 2024-08-29 23:14:18 +02:00
neorv32_crc.vhd [crc] minor edits 2025-03-02 09:55:38 +01:00
neorv32_debug_auth.vhd [rtl] package cleanups 2025-02-23 10:43:52 +01:00
neorv32_debug_dm.vhd [rtl] minor comment fixes 2025-03-01 06:45:38 +01:00
neorv32_debug_dtm.vhd [rtl] minor cleanups 2024-12-29 17:27:24 +01:00
neorv32_dma.vhd ⚠️ [dma] remove firq-triggered auto mode 2025-03-02 09:51:12 +01:00
neorv32_dmem.vhd [rtl] use index_size_f for onstants only 2025-03-01 16:58:39 +01:00
neorv32_fifo.vhd [fifo] add fill level output port 2025-02-07 05:51:14 +01:00
neorv32_gpio.vhd [rtl] minor cleanups 2025-02-02 19:16:45 +01:00
neorv32_gptmr.vhd ⚠️ [gptmr] remove mode bit 2025-03-02 09:50:37 +01:00
neorv32_hwspinlock.vhd [rtl] add HW spinlock RTL module 2025-03-29 20:49:57 +01:00
neorv32_imem.vhd [rtl] use index_size_f for onstants only 2025-03-01 16:58:39 +01:00
neorv32_neoled.vhd [rtl] use index_size_f for onstants only 2025-03-01 16:58:39 +01:00
neorv32_onewire.vhd [rtl] use index_size_f for onstants only 2025-03-01 16:58:39 +01:00
neorv32_package.vhd [package] update version ID 2025-04-18 22:27:12 +02:00
neorv32_pwm.vhd [pwm] add polarity flag 2025-04-12 19:49:44 +00:00
neorv32_sdi.vhd 🐛 [sdi] fix input synchronizer 2025-04-07 22:38:08 +02:00
neorv32_slink.vhd [rtl] use index_size_f for onstants only 2025-03-01 16:58:39 +01:00
neorv32_spi.vhd [rtl] use index_size_f for onstants only 2025-03-01 16:58:39 +01:00
neorv32_sys.vhd [rtl] sys: add reset synchronizers 2025-01-12 00:40:39 +01:00
neorv32_sysinfo.vhd [sysinfo] add hardware spinlock flag 2025-03-29 20:47:29 +01:00
neorv32_top.vhd [top] add IO_HWSPINLOCK_EN generic 2025-03-29 20:49:29 +01:00
neorv32_trng.vhd [rtl] use index_size_f for onstants only 2025-03-01 16:58:39 +01:00
neorv32_twd.vhd [rtl] minor comment edits 2025-03-29 07:24:03 +01:00
neorv32_twi.vhd [rtl/core/twi] delay sda low 2025-04-17 22:52:13 +02:00
neorv32_uart.vhd [rtl] use index_size_f for onstants only 2025-03-01 16:58:39 +01:00
neorv32_wdt.vhd ⚠️ [wdt] remove "halt if sleep or debug" 2025-02-02 19:16:22 +01:00
neorv32_xbus.vhd [rtl] minor cleanups 2025-02-02 19:16:45 +01:00