mrisc32-a1 VS fpu-sp

Compare mrisc32-a1 vs fpu-sp and see what are their differences.

mrisc32-a1

A pipelined, in-order, scalar VHDL implementation of the MRISC32 ISA (by mrisc32)

fpu-sp

IEEE 754 floating point library in system-verilog and vhdl (by taneroksuz)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
mrisc32-a1 fpu-sp
3 3
22 20
- -
0.0 6.9
8 months ago about 2 months ago
VHDL VHDL
- 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.

mrisc32-a1

Posts with mentions or reviews of mrisc32-a1. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-10.
  • Got any good reads on floating point math design?
    4 projects | /r/FPGA | 10 Jun 2022
    I saw a particularly efficient VHDL implementation in the mrisc32-a1, though this is lacking support for rounding modes. Together with the rest of the processor this is a very interesting project, I hope that the author progresses it further.
  • Find the leading '0' Verilog question
    1 project | /r/FPGA | 24 May 2022
    Here is a different more logic gate:ish solution (in VHDL): https://github.com/mrisc32/mrisc32-a1/blob/master/rtl/alu/clz32.vhd
  • Floating point unit in systemc
    1 project | /r/FPGA | 22 Dec 2020
    In my VHDL implementation I use the same iterative divider for integer and for floating-point: https://github.com/mrisc32/mrisc32-a1/blob/master/rtl/muldiv/div_impl.vhd

fpu-sp

Posts with mentions or reviews of fpu-sp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-14.
  • Intel discontinues Nios II IP
    3 projects | /r/FPGA | 14 Jun 2023
    My team has a solution in place already, which was to write all of our floating point code to call macros rather than putting arithmetic in the code. This allowed us to port easily to an RV32IM CPU (a fork of this one) then memory map an FPU onto it, the macros were then changed to atomically access the FPU registers for any floating point arithmetic. In Intel chips we are using the Nios II floating point hardware 2 (which can be instantiated separately), in other vendors we use a combination of operators from the Opencores FPU and this one, depending upon what operators are selected via generics, the maths library will pick up what configuration is used and choose the available operators.
  • High level floating point arithmetic in vhdl
    3 projects | /r/FPGA | 8 Aug 2022
    Another really nice one that I found recently, uses a fused multiply add unit rather than seperate multiplier and adder. It's available in both mixed precision (double/single) and single precision flavours.
  • Got any good reads on floating point math design?
    4 projects | /r/FPGA | 10 Jun 2022
    I recently saw an interesting idea in this VHDL repository which combines addition and multiplication in a single fused multiply add unit. Division and square root are combined as well. In my opinion the FMADD block needs some more pipeline stages.

What are some alternatives?

When comparing mrisc32-a1 and fpu-sp you can also consider the following projects:

cvfpu - Parametric floating-point unit with support for standard RISC-V formats and operations as well as transprecision formats.

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.

fpu - IEEE 754 floating point library in system-verilog and vhdl

lxp32-cpu - A lightweight, open source and FPGA-friendly 32-bit CPU core based on an original instruction set

or1200 - OpenRISC 1200 implementation

forth-cpu - A Forth CPU and System on a Chip, based on the J1, written in VHDL

Hastlayer-SDK - Turning .NET software into FPGA hardware for faster execution and lower power usage.

hlsVHDL_floating_point

VHDL-Guide - VHDL Guide

edalize - An abstraction library for interfacing EDA tools