Skip to content

Commit 9c808ec

Browse files
committed
Use shallow submodules
1 parent d9ab737 commit 9c808ec

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.gitmodules

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,48 @@
44
[submodule "submodules/Cores-SweRV"]
55
path = submodules/Cores-SweRV
66
url = https://github.com/chipsalliance/Cores-SweRV.git
7+
shallow = true
78
[submodule "submodules/Cores-SweRV-EH2"]
89
path = submodules/Cores-SweRV-EH2
910
url = https://github.com/chipsalliance/Cores-SweRV-EH2.git
11+
shallow = true
1012
[submodule "submodules/Cores-SweRV-EL2"]
1113
path = submodules/Cores-SweRV-EL2
1214
url = https://github.com/chipsalliance/Cores-SweRV-EL2.git
15+
shallow = true
1316
[submodule "submodules/Cores-VeeR-EH1"]
1417
path = submodules/Cores-VeeR-EH1
1518
url = https://github.com/chipsalliance/Cores-VeeR-EH1.git
19+
shallow = true
1620
[submodule "submodules/Cores-VeeR-EH2"]
1721
path = submodules/Cores-VeeR-EH2
1822
url = https://github.com/chipsalliance/Cores-VeeR-EH2.git
23+
shallow = true
1924
[submodule "submodules/Cores-VeeR-EL2"]
2025
path = submodules/Cores-VeeR-EL2
2126
url = https://github.com/chipsalliance/Cores-VeeR-EL2.git
27+
shallow = true
2228
[submodule "submodules/astsee"]
2329
path = submodules/astsee
2430
url = https://github.com/antmicro/astsee.git
31+
shallow = true
2532
[submodule "submodules/example-systemverilog"]
2633
path = submodules/example-systemverilog
2734
url = https://github.com/verilator/example-systemverilog.git
35+
shallow = true
2836
[submodule "submodules/sv-bugpoint"]
2937
path = submodules/sv-bugpoint
3038
url = https://github.com/antmicro/sv-bugpoint
39+
shallow = true
3140
[submodule "submodules/uvm"]
3241
path = submodules/uvm
3342
url = https://github.com/chipsalliance/uvm-verilator.git
43+
shallow = true
3444
[submodule "submodules/wbuart32"]
3545
path = submodules/wbuart32
3646
url = https://github.com/ZipCPU/wbuart32.git
47+
shallow = true
3748
[submodule "submodules/libfst"]
3849
path = submodules/libfst
3950
url = https://github.com/gtkwave/libfst.git
51+
shallow = true

submodules/verilator

Submodule verilator updated 677 files

0 commit comments

Comments
 (0)