fpu-sp VS edalize

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

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
fpu-sp edalize
3 4
21 593
- -
6.9 7.2
2 months ago 10 days ago
VHDL Python
Apache License 2.0 BSD 2-clause "Simplified" 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.

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.

edalize

Posts with mentions or reviews of edalize. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-06.
  • Dropping EDA-GUI's 101
    1 project | /r/FPGA | 17 Feb 2023
    Check out FuseSoC: https://github.com/olofk/fusesoc which can handle Vivado builds for you (utilizing edalize: https://github.com/olofk/edalize) along with some nice package management. It can run against multiple tools so you can also get it to build simulations using Verilator or a commercial EDA tool if you have access to them.
  • Introduction to FPGAs
    9 projects | news.ycombinator.com | 6 Feb 2023
    Check out https://github.com/olofk/fusesoc. It gives you a command line build flow that can drive Vivado (along with many other eda tools via edalize https://github.com/olofk/edalize) without having to touch the GUI (though you might want it for programming the board, though FuseSoC can do that too).
  • Compiling Code into Silicon
    10 projects | news.ycombinator.com | 7 Dec 2021
    This reminds me very much of edalize[1], which does something very similar.

    [1]: https://github.com/olofk/edalize

  • Olof Kindgren on LinkedIn: We have a new world record! 6000 RISC-V cores in a single chip!
    3 projects | /r/RISCV | 24 Sep 2021

What are some alternatives?

When comparing fpu-sp and edalize 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.

fusesoc - Package manager and build abstraction tool for FPGA/ASIC development

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

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

mrisc32-a1 - A pipelined, in-order, scalar VHDL implementation of the MRISC32 ISA

freepdk-45nm - ASIC Design Kit for FreePDK45 + Nangate for use with mflowgen

or1200 - OpenRISC 1200 implementation

apio - :seedling: Open source ecosystem for open FPGA boards

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

icestudio - :snowflake: Visual editor for open FPGA boards

VHDL-Guide - VHDL Guide

rggen - Code generation tool for control and status registers