Ibex is a small 32 bit RISC-V CPU core, previously known as zero-riscy.
Find a file
2015-10-19 19:42:10 +02:00
docs/datasheet Add a basic datasheet for RI5CY 2015-09-09 18:35:07 +02:00
include Initial commit of updated exception controller 2015-10-19 19:40:37 +02:00
.gitignore Added vim swap file 2015-07-24 15:26:32 +02:00
alu.sv Merge branch 'remove_vect' 2015-10-18 19:57:42 +02:00
compressed_decoder.sv Merge branch 'remove_vect' 2015-10-18 19:57:42 +02:00
controller.sv Fix exc wiring (not working yet) 2015-10-19 19:42:10 +02:00
cs_registers.sv Initial commit of updated exception controller 2015-10-19 19:40:37 +02:00
debug_unit.sv Prefix all modules with riscv_ to avoid future conflicts 2015-10-06 12:18:41 +02:00
decoder.sv Fix exc wiring (not working yet) 2015-10-19 19:42:10 +02:00
ex_stage.sv Merge branch 'remove_vect' 2015-10-18 19:57:42 +02:00
exc_controller.sv Initial commit of updated exception controller 2015-10-19 19:40:37 +02:00
hwloop_controller.sv Prefix all modules with riscv_ to avoid future conflicts 2015-10-06 12:18:41 +02:00
hwloop_regs.sv Prefix all modules with riscv_ to avoid future conflicts 2015-10-06 12:18:41 +02:00
id_stage.sv Fix exc wiring (not working yet) 2015-10-19 19:42:10 +02:00
if_stage.sv Fix exc wiring (not working yet) 2015-10-19 19:42:10 +02:00
load_store_unit.sv Fix typo in last commit 2015-10-16 14:34:33 +02:00
mult.sv Merge branch 'remove_vect' 2015-10-18 19:57:42 +02:00
prefetch_buffer.sv Prefix all modules with riscv_ to avoid future conflicts 2015-10-06 12:18:41 +02:00
prefetch_L0_buffer.sv Prefix all modules with riscv_ to avoid future conflicts 2015-10-06 12:18:41 +02:00
register_file.sv Fix linting errors/warnings and remove dead signals 2015-08-28 17:15:55 +02:00
riscv_core.sv Fix exc wiring (not working yet) 2015-10-19 19:42:10 +02:00