adapt/debug SimdSignal when using ElwidPartType
[ieee754fpu.git] / README.md
index ad2c7c949a960ef19604611194d73e5858edc159..318d6b43c75511956fe8f7aaec8d9d1c32829598 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,9 +4,13 @@ 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).
 
+Developed under a Grant from NLnet (http://nlnet.nl), more information
+may be found at http://libre-soc.org
+
 # Requirements
 
 * nmigen
+* libresoc-nmutil
 * yosys (latest git repository, required by nmigen)
 * sfpy (running unit tests).  provides python bindings to berkeley softfloat-3
 
@@ -23,8 +27,6 @@ submodule:
     cd /path/to/sfpy/berkeley-softfloat-3
     git apply /path/to/ieee754fpu/berkeley-softfloat.patch
 
-
-
 The following modifications are required to the sfpy SoftPosit Makefile:
 
     cd /path/to/sfpy/SoftPosit