From f72c2afee9e4fd69ef63124bb5ce44e72eff4664 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 16 Feb 2019 07:54:04 +0000 Subject: [PATCH] update README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf4fa912..638557b9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ # IEEE754 Floating-Point ALU, in nmigen This project implements a pipelined IEEE754 floating-point ALU that -supports FP16, FP32 and FP64. +supports FP16, FP32 and FP64. It is a general-purpose unit that +may be used in any project (not limited to one specific processor). + +# Useful resources + +* https://en.wikipedia.org/wiki/IEEE_754-1985 +* http://weitz.de/ieee/ +* https://steve.hollasch.net/cgindex/coding/ieeefloat.html -- 2.30.2