projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0262bcd
)
update README
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 16 Feb 2019 07:54:04 +0000
(07:54 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 16 Feb 2019 07:54:04 +0000
(07:54 +0000)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/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