-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update component submodules for Arty-Z7-10 Base Demo
- Loading branch information
Eliza Ana-Maria Balas
committed
Jul 20, 2022
1 parent
97ce6bf
commit 3159c2e
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule hw
updated
16 files
+54 −0 | .gitignore | |
+3 −0 | .gitmodules | |
+5 −1 | README.md | |
+0 −0 | hw_handoff/.keep | |
+ − | hw_handoff/design_1_wrapper.xsa | |
+38 −0 | post_build.tcl | |
+0 −0 | proj/.keep | |
+21 −0 | project_info.tcl | |
+0 −0 | repo/local/.keep | |
+1 −0 | scripts | |
+0 −0 | src/bd/.keep | |
+1,001 −0 | src/bd/design_1.tcl | |
+0 −0 | src/constraints/.keep | |
+0 −0 | src/hdl/.keep | |
+0 −0 | src/ip/.keep | |
+0 −0 | src/other/.keep |
Submodule os
updated
39 files
Submodule sw
updated
21 files
+8 −0 | .gitignore | |
+6 −0 | .gitmodules | |
+5 −1 | README.md | |
+1 −0 | repo | |
+1 −0 | scripts | |
+11 −0 | src/Hello_World/145_build_app.tcl | |
+61 −0 | src/Hello_World/45_standalone_app.tcl | |
+2 −0 | src/Hello_World/src/Xilinx.spec | |
+61 −0 | src/Hello_World/src/helloworld.c | |
+292 −0 | src/Hello_World/src/lscript.ld | |
+111 −0 | src/Hello_World/src/platform.c | |
+41 −0 | src/Hello_World/src/platform.h | |
+6 −0 | src/Hello_World/src/platform_config.h | |
+64 −0 | src/README.md | |
+102 −0 | src/checkout.tcl | |
+22 −0 | src/design_1_wrapper/5_hw_pf_xsa.tcl | |
+ − | src/design_1_wrapper/design_1_wrapper.xsa | |
+19 −0 | src/repo/0_sw_repo.tcl | |
+45 −0 | src/standalone_ps7_cortexa9_0/25_standalone_bsp.tcl | |
+24 −0 | ws/cleanup.cmd | |
+14 −0 | ws/cleanup.sh |