Ibex is a small 32 bit RISC-V CPU core, previously known as zero-riscy.
Find a file
Sven Stucki b957c6f682 Merge branch 'remove_vect'
This commit removes the vectorial ALU and updates RVC to the newest proposal.
2015-10-18 19:57:42 +02:00
docs/datasheet Add a basic datasheet for RI5CY 2015-09-09 18:35:07 +02:00
include Cleanup tracer and defines 2015-10-08 10:47:04 +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 Merge branch 'remove_vect' 2015-10-18 19:57:42 +02:00
cs_registers.sv Prefix all modules with riscv_ to avoid future conflicts 2015-10-06 12:18:41 +02:00
debug_unit.sv Prefix all modules with riscv_ to avoid future conflicts 2015-10-06 12:18:41 +02:00
decoder.sv Optimize stores: write data is passed through operand c, remove unneeded 32 bit register 2015-10-02 15:03:49 +02:00
ex_stage.sv Merge branch 'remove_vect' 2015-10-18 19:57:42 +02:00
exc_controller.sv Prefix all modules with riscv_ to avoid future conflicts 2015-10-06 12:18:41 +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 Merge branch 'remove_vect' 2015-10-18 19:57:42 +02:00
if_stage.sv Prefix all modules with riscv_ to avoid future conflicts 2015-10-06 12:18:41 +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 Merge branch 'remove_vect' 2015-10-18 19:57:42 +02:00