rocket-chip VS ibex

Compare rocket-chip vs ibex and see what are their differences.

ibex

Ibex is a small 32 bit RISC-V CPU core, previously known as zero-riscy. (by lowRISC)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rocket-chip ibex
12 21
3,011 1,244
1.0% 1.4%
7.8 8.3
6 days ago 16 days ago
Scala SystemVerilog
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rocket-chip

Posts with mentions or reviews of rocket-chip. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-08.

ibex

Posts with mentions or reviews of ibex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-30.
  • RISC-V support in Android just got a big setback
    4 projects | news.ycombinator.com | 30 Apr 2024
    > Right now, most devices on the market do not support the C extension

    This is not true and easily verifiable.

    The C extension is defacto required, the only cores that don't support it are special purpose soft cores.

    C extension in the smallest IP available core https://github.com/olofk/serv?tab=readme-ov-file

    Supports M and C extensions https://github.com/YosysHQ/picorv32

    Another sized optimized core with C extension support https://github.com/lowrisc/ibex

    C extension in the 10 cent microcontroller https://www.wch-ic.com/products/CH32V003.html

    This one should get your goat, it implements as much as it can using only compressed instructions https://github.com/gsmecher/minimax

  • Major Changes at RISC-V Designer SiFive
    1 project | news.ycombinator.com | 24 Oct 2023
    We've had people consider Ibex for space applications, well verified and has a dual-core lockstep option: https://github.com/lowRISC/ibex.

    An ETH Zurich team have done a triple core lockstep version for cubesats: https://www.theregister.com/2023/10/05/riscv_microcontroller...

  • Hot Chips 2023: SiFive’s P870 Takes RISC-V Further
    1 project | news.ycombinator.com | 6 Sep 2023
    I definitely agree with the primary point, "building a chip that meets specfic requirements we got from the customer" is not easy and it what matters.

    However, RISCV cores abound. In pretty much any computing language known to man with varying design trade-offs and capabilities. It's extremely difficult to differentiate at the RTL level at this time.

    Here is a high quality, well documented, SystemVerilog version intended for embedded applications that I know has been included in multiple ASIC and FPGA designs successfully.

    https://github.com/lowRISC/ibex

  • Looking to work in Open Source Silicon and RISC-V? lowRISC is hiring DV and infrastructure engineers
    2 projects | /r/FPGA | 21 Jun 2023
    lowRISC's (www.lowrisc.org) mission is to bring open source silicon to the hardware world and see it shipping in volume in commercial applications. We want to see open source silicon occupy a similar position to open source software (e.g. look at Linux, it's the default choice in many applications, we'd like open source silicon to be used for similar foundational technologies in the hardware world).
  • How to use verilator to transfer a design with multiple files to a verilated model?
    1 project | /r/ZipCPU | 31 May 2023
    Here I will just use Ibex, a risc-v processor as an example, of which the repository is here: lowrisc_ibex. There are many files in this repository and I wonder which files I need given a specific configuration (for example, the configuration of "maxperf"), and how I can combine all the necessary files together, feed them to verilator and get its verilated model? I understand that only by going through this step will I acquire necessary C++ header files to write the testbench
  • Ushering In a New Era for Open-Source Silicon Development (CEO of lowrisc , a non profit that develops open source hardware on why open source hardware failed in the past, and how lowrisc does things differently)
    1 project | /r/RISCV | 30 Apr 2023
    i think it might be worth it to post it here because lowrisc develops ibex (a open source risc-v core).
  • What is to be gained from ISA convergence on all levels of computing?
    1 project | /r/RISCV | 5 Apr 2023
    Yeah but you can have both an open source (e.g. ibex) and closed source implementations for controllers (the open source one is free and you can improve it and even close its source so competitors won't benefit from your improvements) , and you can migrate from one supplier to another without spending a lot of money on migrating the software.
  • synthesizing and using the Ibex RISC-V core
    3 projects | /r/RISCV | 29 Mar 2023
    I am pretty new to RISC-V and open-source hardware and just began learning and working with them as part of my research. I searched about different models that have some credible documents and research done into them and decided I would try and use the ibex as the hardware language is easier for me to follow too.
  • RISC-V Pushes into the Mainstream
    5 projects | news.ycombinator.com | 23 Dec 2022
    Ibex is open source and has taped out - https://github.com/lowRISC/ibex
  • RISC-V simulator
    2 projects | /r/RISCV | 9 Jul 2022
    That said we used Spike as a reference simulator for verifying Ibex (RISC-V core I work on, https://github.com/lowRISC/ibex) and we run an extensive set of random programs through it comparing its execution to Ibex's and I've not come across any major issues.

What are some alternatives?

When comparing rocket-chip and ibex you can also consider the following projects:

riscv-boom - SonicBOOM: The Berkeley Out-of-Order Machine

VexRiscv - A FPGA friendly 32 bit RISC-V CPU implementation

chipyard - An Agile RISC-V SoC Design Framework with in-order cores, out-of-order cores, accelerators, and more

opentitan - OpenTitan: Open source silicon root of trust

openlane - OpenLane is an automated RTL to GDSII flow based on several components including OpenROAD, Yosys, Magic, Netgen and custom methodology scripts for design exploration and optimization.

tomverbeure

picorv32 - PicoRV32 - A Size-Optimized RISC-V CPU

riscv-isa-manual - RISC-V Instruction Set Manual

skywater-pdk - Open source process design kit for usage with SkyWater Technology Foundry's 130nm node.

neorv32 - :rocket: A tiny, customizable and extensible MCU-class 32-bit RISC-V soft-core CPU and microcontroller-like SoC written in platform-independent VHDL.

Cores-VeeR-EH1 - VeeR EH1 core

lowrisc-chip - The root repo for lowRISC project and FPGA demos.