From: Luke Kenneth Casson Leighton Date: Sat, 16 Feb 2019 07:54:04 +0000 (+0000) Subject: update README X-Git-Tag: ls180-24jan2020~1973 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f72c2afee9e4fd69ef63124bb5ce44e72eff4664;p=ieee754fpu.git update README --- 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