From: Luke Kenneth Casson Leighton Date: Mon, 18 Feb 2019 18:06:51 +0000 (+0000) Subject: add requirements (dependencies) X-Git-Tag: ls180-24jan2020~1897 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba5101dcf4cb0b553685a262476dced55b67ea51;p=ieee754fpu.git add requirements (dependencies) --- diff --git a/README.md b/README.md index 638557b9..dc09b92c 100644 --- 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