-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
18 lines (18 loc) · 831 Bytes
/
Copy path.gitmodules
File metadata and controls
18 lines (18 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "benchmarks/coremark"]
path = benchmarks/coremark
url = https://github.com/eembc/coremark.git
[submodule "benchmarks/bringup-bench"]
path = benchmarks/bringup-bench
url = https://github.com/toddmaustin/bringup-bench.git
[submodule "rtl/external_peripheral/SPI-Master"]
path = rtl/external_peripheral/SPI-Master
url = https://github.com/Unicamp-Odhin/SPI-Master.git
[submodule "rtl/external_peripheral/I2C-Master"]
path = rtl/external_peripheral/I2C-Master
url = https://github.com/Unicamp-Odhin/I2C-Master.git
[submodule "rtl/external_peripheral/DRAM_Controller"]
path = rtl/external_peripheral/DRAM_Controller
url = https://github.com/Unicamp-Odhin/DRAM_Controller.git
[submodule "rtl/external_peripheral/SPI-Slave"]
path = rtl/external_peripheral/SPI-Slave
url = https://github.com/Unicamp-Odhin/SPI-Slave