update README
[ieee754fpu.git] / README.md
1 # IEEE754 Floating-Point ALU, in nmigen
2
3 This project implements a pipelined IEEE754 floating-point ALU that
4 supports FP16, FP32 and FP64. It is a general-purpose unit that
5 may be used in any project (not limited to one specific processor).
6
7 # Useful resources
8
9 * https://en.wikipedia.org/wiki/IEEE_754-1985
10 * http://weitz.de/ieee/
11 * https://steve.hollasch.net/cgindex/coding/ieeefloat.html