update README
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 16 Feb 2019 07:54:04 +0000 (07:54 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 16 Feb 2019 07:54:04 +0000 (07:54 +0000)
README.md

index bf4fa912eeb435d0d325239f1ff06de043859c71..638557b9ec21467f465be31d59a4adc3ab6845dc 100644 (file)
--- 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