Ibex is a small 32 bit RISC-V CPU core, previously known as zero-riscy.
Find a file
2016-12-20 04:43:15 +01:00
docs/datasheet Fix some typos 2016-09-02 09:22:33 +02:00
include IF prefetcher new design progress 2016-12-19 23:27:02 +01:00
tb/serDiv Fix some typos 2016-09-02 09:22:33 +02:00
.gitignore Added vim swap file 2015-07-24 15:26:32 +02:00
alu.sv Add and implement option to remove adder in LSU 2016-12-14 15:04:42 +01:00
alu_div.sv Bit of beautify 2016-04-12 11:11:45 +02:00
alu_simplified.sv Fix ALU further 2016-12-16 23:46:22 +01:00
compressed_decoder.sv beautify banners 2016-06-13 16:25:46 +02:00
controller.sv Fix syntax 2016-12-15 16:27:10 +01:00
cs_registers.sv Fix syntax to be configurable as full RI5CY 2016-11-28 18:12:11 +01:00
debug_unit.sv moved to package based riscv core 2016-06-03 14:04:44 +02:00
decoder.sv Fix syntax 2016-12-15 16:27:10 +01:00
ex_stage.sv Hotfix last commit 2016-12-18 14:31:55 +01:00
exc_controller.sv Small fix in exc controller 2016-10-17 13:12:36 +02:00
hwloop_controller.sv moved to package based riscv core 2016-06-03 14:04:44 +02:00
hwloop_regs.sv moved to package based riscv core 2016-06-03 14:04:44 +02:00
id_stage.sv Stall EX to resolve reg file conflict 2016-12-18 14:25:07 +01:00
if_stage.sv IF prefetcher new design progress 2016-12-19 23:27:02 +01:00
LICENSE Added LICENSE file and started adding headers 2015-12-11 17:20:07 +01:00
load_store_unit.sv Fix problem with LSU not stalling 2016-12-17 14:47:11 +01:00
mult.sv Add missing whitespace in section title of multiplier module 2016-10-17 11:02:19 +02:00
prefetch_buffer.sv Fix syntax to be configurable as full RI5CY 2016-11-28 18:12:11 +01:00
prefetch_buffer_small.sv Implement new register file 2016-12-20 04:43:15 +01:00
prefetch_L0_buffer.sv Fix syntax to be configurable as full RI5CY 2016-11-28 18:12:11 +01:00
README.md Fix typo in readme 2016-10-07 13:00:11 +02:00
register_file.sv Implement 2r1w register file 2016-12-15 15:55:56 +01:00
register_file_ff.sv Implement 2r1w register file 2016-12-15 15:55:56 +01:00
riscv_core.sv Implement 2r1w register file 2016-12-15 15:55:56 +01:00
riscv_simchecker.sv fixed issue with include file 2016-06-23 14:36:30 +02:00
riscv_tracer.sv moved to package based riscv core 2016-06-03 14:04:44 +02:00
src_files.yml Add alu_simplified.sv to src files. 2016-10-21 10:01:05 +02:00

RI5CY: RISC-V Core

RI5CY is a small 4-stage RISC-V core. It started its life as a fork of the OR10N CPU core that is based on the OpenRISC ISA.

RI5CY fully implements the RV32I instruction set, the multiply instruction from RV32M and many custom instruction set extensions that improve its performance for signal processing applications.

The core was developed as part of the PULP platform for energy-efficient computing and is currently used as the processing core for PULP and PULPino.

Documentation

A datasheet that explains the most important features of the core can be found in docs/datasheet/.

It is written using LaTeX and can be generated as follows

make all