Remove unused submodules (#1023)

This commit is contained in:
Nils Wistoff 2023-01-13 14:59:34 +00:00 committed by GitHub
parent 59f75fe35b
commit 7c92b68b92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 13 deletions

9
.gitmodules vendored
View file

@ -4,9 +4,6 @@
[submodule "common/submodules/common_cells"]
path = common/submodules/common_cells
url = https://github.com/pulp-platform/common_cells.git
[submodule "corev_apu/axi"]
path = corev_apu/axi
url = https://github.com/pulp-platform/axi.git
[submodule "corev_apu/register_interface"]
path = corev_apu/register_interface
url = https://github.com/pulp-platform/register_interface.git
@ -22,12 +19,6 @@
[submodule "corev_apu/fpga/src/axi_slice"]
path = corev_apu/fpga/src/axi_slice
url = https://github.com/pulp-platform/axi_slice.git
[submodule "corev_apu/src/tech_cells_generic"]
path = corev_apu/src/tech_cells_generic
url = https://github.com/pulp-platform/tech_cells_generic.git
[submodule "core/fpu"]
path = core/fpu
url = https://github.com/pulp-platform/fpnew.git
[submodule "corev_apu/fpga/src/ariane-ethernet"]
path = corev_apu/fpga/src/ariane-ethernet
url = https://github.com/lowRISC/ariane-ethernet.git

@ -1 +0,0 @@
Subproject commit 79f75e0a0fdab6ebc3840a14077c39f4934321fe

@ -1 +0,0 @@
Subproject commit 697f13ff67153a5243e347f2d1992a125018b6c2

View file

@ -38,7 +38,7 @@ read_ip { \
}
# read_ip xilinx/xlnx_protocol_checker/ip/xlnx_protocol_checker.xci
set_property include_dirs { "src/axi_sd_bridge/include" "../../vendor/pulp-platform/common_cells/include" "../axi/include" "../register_interface/include"} [current_fileset]
set_property include_dirs { "src/axi_sd_bridge/include" "../../vendor/pulp-platform/common_cells/include" "../../vendor/pulp-platform/axi/include" "../register_interface/include"} [current_fileset]
source scripts/add_sources.tcl

@ -1 +0,0 @@
Subproject commit b2a68114302af1d8191ddf34ea0e07b471911866