-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the submodules to the latest master branches
- Loading branch information
Ciprian
committed
Jan 15, 2020
1 parent
2214a75
commit 92a683f
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule hw
updated
18 files
+53 −0 | .gitignore | |
+6 −0 | .gitmodules | |
+11 −1 | README.md | |
+1 −0 | digilent-vivado-scripts | |
+0 −0 | hw_handoff/.keep | |
+ − | hw_handoff/design_1_wrapper.hdf | |
+0 −0 | proj/.keep | |
+19 −0 | project_info.tcl | |
+0 −0 | repo/cache/.keep | |
+0 −0 | repo/local/.keep | |
+1 −0 | repo/vivado-library | |
+0 −0 | src/bd/.keep | |
+652 −0 | src/bd/design_1.tcl | |
+0 −0 | src/constraints/.keep | |
+115 −0 | src/constraints/Eclypse-Z7-Master.xdc | |
+0 −0 | src/hdl/.keep | |
+0 −0 | src/ip/.keep | |
+0 −0 | src/other/.keep |
Submodule os
updated
37 files
Submodule sw
updated
18 files
+70 −0 | .gitignore | |
+162 −0 | Hello_World/.cproject | |
+26 −0 | Hello_World/.project | |
+2 −0 | Hello_World/src/Xilinx.spec | |
+61 −0 | Hello_World/src/helloworld.c | |
+288 −0 | Hello_World/src/lscript.ld | |
+111 −0 | Hello_World/src/platform.c | |
+41 −0 | Hello_World/src/platform.h | |
+6 −0 | Hello_World/src/platform_config.h | |
+13 −0 | Hello_World_bsp/.cproject | |
+75 −0 | Hello_World_bsp/.project | |
+4 −0 | Hello_World_bsp/.sdkproject | |
+35 −0 | Hello_World_bsp/Makefile | |
+225 −0 | Hello_World_bsp/system.mss | |
+25 −0 | README.md | |
+41 −0 | design_1_wrapper_hw_platform_0/.project | |
+ − | design_1_wrapper_hw_platform_0/design_1_wrapper.bit | |
+ − | design_1_wrapper_hw_platform_0/system.hdf |