The CORE-V CVE2 is a small 32 bit RISC-V CPU core (RV32IMC/EMC) with a two stage pipeline, based on the original zero-riscy work from ETH Zurich and Ibex work from lowRISC.
Find a file
taoliug 7ec87d8044
Update google_riscv-dv to be14080 (#57)
Update code from upstream repository https://github.com/google/riscv-
dv to revision be14080425cc3b9a5b33c6c29962893c890c62ee

* Merge pull request #23 from google/dev (taoliug)
* Add privileged CSR implementation configuration (Tao Liu)
2019-06-03 15:05:35 -07:00
doc Update documentation on CSRs and performance counters 2019-06-03 15:49:21 +01:00
dv/uvm Add UVM testbench 2019-06-03 16:45:00 +01:00
rtl Modify illegal clear and set CSR ops to be read-only 2019-06-03 15:49:21 +01:00
vendor Update google_riscv-dv to be14080 (#57) 2019-06-03 15:05:35 -07:00
.gitignore Fix some issues and cleanup 2016-12-30 00:26:15 +01:00
ibex.core Cleanup includes and defines 2019-05-03 17:30:29 +01:00
ibex_tracer.core Cleanup includes and defines 2019-05-03 17:30:29 +01:00
LICENSE Convert from Solderpad to standard Apache 2.0 license 2019-04-26 15:05:17 +01:00
README.md Add documentation link to the README.md 2019-05-03 11:49:11 +01:00
src_files.yml Cleanup includes and defines 2019-05-03 17:30:29 +01:00

Ibex: RISC-V Core

Ibex is a small 32 bit RISC-V core with a 2-stage pipeline.

Ibex fully implements the RV32IMC instruction set and a small set of RISC-V privileged specifications. Ibex can be configured to be very small by disabling the RV32M extensions and by activating the RV32E extensions.

This core was initially developed as part of the PULP platform under the name "Zero-riscy", and has been contributed to lowRISC who maintains it and develops it further.

Ibex is under active development, with further code cleanups, feature additions, and test and verification planned for the future.

Documentation

The Ibex documentation can be read online at ReadTheDocs. It is also contained in the doc folder of this repository. We highly appreciate pull requests on the documentation if you find anything wrong or outdated!

License

Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).