Ibex is a small 32 bit RISC-V CPU core, previously known as zero-riscy.
Find a file
Andreas Traber 88b91c20c5 Rework pipeline flushes and exceptions
WFI is working again, exception controller now only handles exceptions
(untested) and no flushes anymore
2015-08-31 10:02:55 +02:00
include Fix linting errors/warnings and remove dead signals 2015-08-28 17:15:55 +02:00
.gitignore Added vim swap file 2015-07-24 15:26:32 +02:00
alu.sv Fix linting errors/warnings and remove dead signals 2015-08-28 17:15:55 +02:00
compressed_decoder.sv Fix linting errors/warnings and remove dead signals 2015-08-28 17:15:55 +02:00
controller.sv Rework pipeline flushes and exceptions 2015-08-31 10:02:55 +02:00
cs_registers.sv Fix linting errors/warnings and remove dead signals 2015-08-28 17:15:55 +02:00
debug_unit.sv Rework pipeline flushes and exceptions 2015-08-31 10:02:55 +02:00
ex_stage.sv Fix linting errors/warnings and remove dead signals 2015-08-28 17:15:55 +02:00
exc_controller.sv Rework pipeline flushes and exceptions 2015-08-31 10:02:55 +02:00
id_stage.sv Rework pipeline flushes and exceptions 2015-08-31 10:02:55 +02:00
if_stage.sv Small cosmetics on IF stage 2015-08-28 15:41:58 +02:00
instr_core_interface.sv Optimized IF intermediate step 2015-08-25 15:36:28 +02:00
load_store_unit.sv Updated all file headers 2015-07-24 15:26:12 +02:00
mult.sv Fix linting errors/warnings and remove dead signals 2015-08-28 17:15:55 +02:00
register_file.sv Fix linting errors/warnings and remove dead signals 2015-08-28 17:15:55 +02:00
riscv_core.sv Rework pipeline flushes and exceptions 2015-08-31 10:02:55 +02:00