commit 084a0d31c38a4ca083bbea0d02aacbd763939423 Author: Huy Vo Date: Wed Sep 26 17:46:17 2012 -0700 initial commit, all the relevant submodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..5515adc4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "hardfloat"] + path = hardfloat + url = git@github.com:ucb-bar/hardfloat.git +[submodule "chisel"] + path = chisel + url = git@github.com:ucb-bar/chisel.git +[submodule "riscv-rocket"] + path = riscv-rocket + url = git@github.com:ucb-bar/riscv-rocket.git +[submodule "uncore"] + path = uncore + url = git@github.com:ucb-bar/uncore.git diff --git a/chisel b/chisel new file mode 160000 index 00000000..04623369 --- /dev/null +++ b/chisel @@ -0,0 +1 @@ +Subproject commit 04623369a5544f0f4bb3192c80aad7ed9334d050 diff --git a/hardfloat b/hardfloat new file mode 160000 index 00000000..eae83800 --- /dev/null +++ b/hardfloat @@ -0,0 +1 @@ +Subproject commit eae838000e2f897594f75bfff4a3a74ab993ab2d diff --git a/riscv-rocket b/riscv-rocket new file mode 160000 index 00000000..f4f52773 --- /dev/null +++ b/riscv-rocket @@ -0,0 +1 @@ +Subproject commit f4f527732e046073d18d73f055b453e158b3c242 diff --git a/uncore b/uncore new file mode 160000 index 00000000..c56d6c32 --- /dev/null +++ b/uncore @@ -0,0 +1 @@ +Subproject commit c56d6c32e989f1bc86ee44e8366f6b196d9d81c0