From: Luke Kenneth Casson Leighton Date: Mon, 4 Feb 2019 00:20:55 +0000 (+0000) Subject: added berkeley softfloat library submodule X-Git-Tag: ls180-24jan2020~2039 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5248a092891e80c5699fb5a54ef0f95595fbf784;p=ieee754fpu.git added berkeley softfloat library submodule --- 5248a092891e80c5699fb5a54ef0f95595fbf784 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..c6f586c8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "berkeley-softfloat-3"] + path = berkeley-softfloat-3 + url = https://github.com/ucb-bar/berkeley-softfloat-3 diff --git a/README.md b/README.md new file mode 100644 index 00000000..bf4fa912 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# IEEE754 Floating-Point ALU, in nmigen + +This project implements a pipelined IEEE754 floating-point ALU that +supports FP16, FP32 and FP64. diff --git a/berkeley-softfloat-3 b/berkeley-softfloat-3 new file mode 160000 index 00000000..b64af41c --- /dev/null +++ b/berkeley-softfloat-3 @@ -0,0 +1 @@ +Subproject commit b64af41c3276f97f0e181920400ee056b9c88037