From 4fcd292b98c215ea6a1fc255aea910ce5142079c Mon Sep 17 00:00:00 2001 From: Bill Zorn Date: Mon, 23 Jul 2018 16:55:16 -0700 Subject: [PATCH] add softfloat and softposit submodules --- .gitmodules | 6 ++++++ SoftPosit | 1 + berkeley-softfloat-3 | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 SoftPosit create mode 160000 berkeley-softfloat-3 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..eeaf6e2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "berkeley-softfloat-3"] + path = berkeley-softfloat-3 + url = https://github.com/ucb-bar/berkeley-softfloat-3 +[submodule "SoftPosit"] + path = SoftPosit + url = https://gitlab.com/cerlane/SoftPosit diff --git a/SoftPosit b/SoftPosit new file mode 160000 index 0000000..16c55d7 --- /dev/null +++ b/SoftPosit @@ -0,0 +1 @@ +Subproject commit 16c55d7803557ed9405a92ea2977513000026ebf diff --git a/berkeley-softfloat-3 b/berkeley-softfloat-3 new file mode 160000 index 0000000..f74b1e4 --- /dev/null +++ b/berkeley-softfloat-3 @@ -0,0 +1 @@ +Subproject commit f74b1e48110ac3a27dd49b787d164e55e42d81d1 -- 2.30.2