From 3175a40509d56edff33027e964d6bb7ac12d2a73 Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Mon, 8 Sep 2014 00:18:49 -0700 Subject: [PATCH] add berkeley-hardfloat as submodule --- .gitmodules | 3 +++ hardfloat | 1 + 2 files changed, 4 insertions(+) create mode 160000 hardfloat diff --git a/.gitmodules b/.gitmodules index b900a481..f7f2532d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "chisel"] path = chisel url = git@github.com:ucb-bar/chisel.git +[submodule "hardfloat"] + path = hardfloat + url = git@github.com:ucb-bar/berkeley-hardfloat.git diff --git a/hardfloat b/hardfloat new file mode 160000 index 00000000..9c2e1605 --- /dev/null +++ b/hardfloat @@ -0,0 +1 @@ +Subproject commit 9c2e1605e6e49e66c75cf4c4a2de0daa3aa7c2c4