Ibex is a small 32 bit RISC-V CPU core, previously known as zero-riscy.
Find a file
Pasquale Davide Schiavone 3d7b832ca6 General updates and renaming
2017-02-16 19:07:17 +01:00
include General updates and renaming 2017-02-16 19:07:17 +01:00
tb/serDiv Compile all files 2017-01-12 19:34:41 +01:00
.gitignore Fix some issues and cleanup 2016-12-30 00:26:15 +01:00
alu.sv General updates and renaming 2017-02-16 19:07:17 +01:00
compressed_decoder.sv General updates and renaming 2017-02-16 19:07:17 +01:00
controller.sv General updates and renaming 2017-02-16 19:07:17 +01:00
cs_registers.sv General updates and renaming 2017-02-16 19:07:17 +01:00
debug_unit.sv General updates and renaming 2017-02-16 19:07:17 +01:00
decoder.sv General updates and renaming 2017-02-16 19:07:17 +01:00
ex_stage.sv General updates and renaming 2017-02-16 19:07:17 +01:00
exc_controller.sv General updates and renaming 2017-02-16 19:07:17 +01:00
id_stage.sv General updates and renaming 2017-02-16 19:07:17 +01:00
if_stage.sv General updates and renaming 2017-02-16 19:07:17 +01:00
LICENSE Added LICENSE file and started adding headers 2015-12-11 17:20:07 +01:00
load_store_unit.sv General updates and renaming 2017-02-16 19:07:17 +01:00
mult.sv changed module names into littleriscv 2017-01-18 10:41:40 +01:00
prefetch_buffer.sv General updates and renaming 2017-02-16 19:07:17 +01:00
prefetch_L0_buffer.sv General updates and renaming 2017-02-16 19:07:17 +01:00
README.md General updates and renaming 2017-02-16 19:07:17 +01:00
register_file.sv General updates and renaming 2017-02-16 19:07:17 +01:00
register_file_ff.sv General updates and renaming 2017-02-16 19:07:17 +01:00
riscv_simchecker.sv General updates and renaming 2017-02-16 19:07:17 +01:00
riscv_tracer.sv General updates and renaming 2017-02-16 19:07:17 +01:00
src_files.yml changed module names into littleriscv 2017-01-18 10:41:40 +01:00
zeroriscy_core.sv General updates and renaming 2017-02-16 19:07:17 +01:00

zeroriscy: RISC-V Core

zeroriscy is a small 3-stage RISC-V core derivated by littleRISCV.

zeroriscy fully implements the RV32IC instruction set and it is meant for control code.