added berkeley softfloat library submodule
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 4 Feb 2019 00:20:55 +0000 (00:20 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 4 Feb 2019 00:20:55 +0000 (00:20 +0000)
.gitmodules [new file with mode: 0644]
README.md [new file with mode: 0644]
berkeley-softfloat-3 [new submodule]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..c6f586c
--- /dev/null
@@ -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 (file)
index 0000000..bf4fa91
--- /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 (submodule)
index 0000000..b64af41
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit b64af41c3276f97f0e181920400ee056b9c88037