-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 1.05 KB
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 1.05 KB
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 = git@github.com:chipsalliance/chisel3.git
[submodule "dependencies/chiseltest.git"]
path = dependencies/chiseltest
url = git@github.com:ucb-bar/chiseltest.git
[submodule "dependencies/firrtl.git"]
path = dependencies/firrtl
url = git@github.com:chipsalliance/firrtl.git
[submodule "dependencies/treadle.git"]
path = dependencies/treadle
url = git@github.com:chipsalliance/treadle.git
[submodule "dependencies/rocket-chip"]
path = dependencies/rocket-chip
url = git@github.com:chipsalliance/rocket-chip.git
branch = dev
[submodule "dependencies/cde"]
path = dependencies/cde
url = git@github.com:chipsalliance/cde.git
[submodule "dependencies/berkeley-hardfloat"]
path = dependencies/berkeley-hardfloat
url = git@github.com:ucb-bar/berkeley-hardfloat.git
[submodule "dependencies/tilelink"]
path = dependencies/tilelink
url = git@github.com:chipsalliance/tilelink.git
[submodule "dependencies/riscv-opcodes"]
path = dependencies/riscv-opcodes
url = git@github.com:riscv/riscv-opcodes.git