-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitmodules
28 lines (28 loc) · 1.05 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[submodule "dependencies/chisel3.git"]
path = dependencies/chisel3
url = [email protected]:chipsalliance/chisel3.git
[submodule "dependencies/chiseltest.git"]
path = dependencies/chiseltest
url = [email protected]:ucb-bar/chiseltest.git
[submodule "dependencies/firrtl.git"]
path = dependencies/firrtl
url = [email protected]:chipsalliance/firrtl.git
[submodule "dependencies/treadle.git"]
path = dependencies/treadle
url = [email protected]:chipsalliance/treadle.git
[submodule "dependencies/rocket-chip"]
path = dependencies/rocket-chip
url = [email protected]:chipsalliance/rocket-chip.git
branch = dev
[submodule "dependencies/cde"]
path = dependencies/cde
url = [email protected]:chipsalliance/cde.git
[submodule "dependencies/berkeley-hardfloat"]
path = dependencies/berkeley-hardfloat
url = [email protected]:ucb-bar/berkeley-hardfloat.git
[submodule "dependencies/tilelink"]
path = dependencies/tilelink
url = [email protected]:chipsalliance/tilelink.git
[submodule "dependencies/riscv-opcodes"]
path = dependencies/riscv-opcodes
url = [email protected]:riscv/riscv-opcodes.git