projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f67c09
)
add requirements (dependencies)
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 18 Feb 2019 18:06:51 +0000
(18:06 +0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 18 Feb 2019 18:06:51 +0000
(18:06 +0000)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 638557b9ec21467f465be31d59a4adc3ab6845dc..dc09b92c64d641b3b8945e8469c4ffa3d734e454 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-4,6
+4,12
@@
This project implements a pipelined IEEE754 floating-point ALU that
supports FP16, FP32 and FP64. It is a general-purpose unit that
may be used in any project (not limited to one specific processor).
+# Requirements
+
+* nmigen
+* yosys (latest git repository, required by nmigen)
+* sfpy (running unit tests). provides python bindings to berkeley softfloat-3
+
# Useful resources
* https://en.wikipedia.org/wiki/IEEE_754-1985