mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-24 13:57:19 -04:00
Ibex is a small 32 bit RISC-V CPU core, previously known as zero-riscy.
Most features have a preliminary support now, i.e. software breakpoints work in general, NPC and PPC SPR are integrated and fully working, so it is possible to set a new PC from the debugger There are probably still some bugs in corner cases, and I'm pretty sure jumps are not working nicely in single-stepping mode |
||
---|---|---|
include | ||
.gitignore | ||
alu.sv | ||
compressed_decoder.sv | ||
controller.sv | ||
cs_registers.sv | ||
debug_unit.sv | ||
ex_stage.sv | ||
exc_controller.sv | ||
id_stage.sv | ||
if_stage.sv | ||
instr_core_interface.sv | ||
load_store_unit.sv | ||
mult.sv | ||
register_file.sv | ||
riscv_core.sv | ||
wb_stage.sv |