moving submodules into third_party folder

This commit is contained in:
Blaise Tine
2021-11-24 18:10:00 -05:00
parent d25fa21a59
commit a671e1a05d
4 changed files with 7 additions and 7 deletions

12
.gitmodules vendored
View File

@@ -1,9 +1,9 @@
[submodule "hw/rtl/fp_cores/fpnew"]
path = hw/rtl/fp_cores/fpnew
url = https://github.com/pulp-platform/fpnew.git
[submodule "sim/common/softfloat"]
path = sim/common/softfloat
url = https://github.com/ucb-bar/berkeley-softfloat-3.git
[submodule "third_party/cocogfx"]
path = third_party/cocogfx
url = https://github.com/gtcasl/cocogfx.git
[submodule "third_party/fpnew"]
path = third_party/fpnew
url = https://github.com/pulp-platform/fpnew.git
[submodule "third_party/softfloat"]
path = third_party/softfloat
url = https://github.com/ucb-bar/berkeley-softfloat-3.git