IEEE754-2019-compliant partial FPU implementation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Mateusz Brawański 17c65ad961
Adjust constants for reciprocation.
3 years ago
fp-calc Adjust constants for reciprocation. 3 years ago
fp-explorer Cleaned up interpreter, added value and hex output to explorer. 3 years ago
fp-interpreter Cleaned up interpreter, added value and hex output to explorer. 3 years ago
fpu-vhdl Added cross-signal block 3 years ago
include Fixed leenoogs :DDDD 3 years ago
utils Adjust constants for reciprocation. 3 years ago
.gitignore Added groundwork for Quartus Prime (VHDL) project. 3 years ago
LICENSE Initial commit. 3 years ago
README.MD Initial commit. 3 years ago

README.MD

UCYF - IEEE754-2019 Partial FPU implementation

This repository contains source code and other parts of my IEEE754-2019-compliant partial FPU implementation project. All files here are licensed under MIT License, unless explicitly specified otherwise.

Requirements

In order to use the files contained herein, you will need the following software:

C++ Programs

In order to compile the C++ source code, you need a C++14-compliant compiler. This code was written for and tested with Clang version 3.9, and Microsoft Visual C++ 2019 (albeit 2017 should work to my knowledge).

A CMake project has been provided for your convenience.