ZPUFlex VS mini-rv32ima

Compare ZPUFlex vs mini-rv32ima and see what are their differences.

ZPUFlex

A highly-configurable and compact variant of the ZPU processor core (by robinsonb5)

mini-rv32ima

A tiny C header-only risc-v emulator. (by cnlohr)
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
ZPUFlex mini-rv32ima
1 16
34 1,498
- -
10.0 6.6
over 8 years ago 16 days ago
VHDL C
- MIT License
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.

ZPUFlex

Posts with mentions or reviews of ZPUFlex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.
  • Zylin ZPU: The worlds smallest 32 bit CPU with GCC toolchain
    7 projects | news.ycombinator.com | 13 Apr 2023
    For me the most interesting thing about ZPU is that its instructions are only a single byte each, which means that while the CPU is much smaller than most RISC-V implementations, the code density is significantly better than RV32 code. (Compressed RISC-V code can beat ZPU, but adding the compressed instruction set to a RISC-V core increases its size quite a bit.)

    I did play with the ZPU quite a bit 8 or 9 years ago, and forked the ZPU Small variant to create ZPUFlex [0]. I borrowed a number of ideas from ZPU when I created my own CPU Project, EightThirtyTwo [1], some years later.

    [0] https://github.com/robinsonb5/ZPUFlex

mini-rv32ima

Posts with mentions or reviews of mini-rv32ima. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-01.

What are some alternatives?

When comparing ZPUFlex and mini-rv32ima you can also consider the following projects:

minimax - Minimax: a Compressed-First, Microcoded RISC-V CPU

8086tiny - 8086tiny interpreter by Adrian Cable, taken from http://www.megalith.co.uk/8086tiny/

zpu - The Zylin ZPU

EightThirtyTwo - An experimental CPU core with 8-bit instruction words and 32-bit registers

Ripes - A graphical processor simulator and assembly editor for the RISC-V ISA

pinwheel - A tiny RISC-V processor for hard-real-time FPGA-based applications.

whisper

zpugcc

riscv-vm - A Small RISC-V Virtual Machine