Skip to content
Snippets Groups Projects
Commit 363a8f92 authored by bbartels's avatar bbartels
Browse files

Update README.md

parent 2ea50054
No related branches found
No related tags found
No related merge requests found
...@@ -29,10 +29,10 @@ directories: ...@@ -29,10 +29,10 @@ directories:
cd src/<project> && make cd src/<project> && make
``` ```
**NOTE**: All build artifacts will be placed in `quad/lib` or `quad/bin` **NOTE**: All build artifacts will be placed in `lib` or `bin` (depending on
(depending on whether it is a library or executable, respectively) whether it is a library or executable, respectively)
#### XSDK Project (what runs on the Zybo) #### XSDK Project (embedded project that runs on the Zybo)
To build the XSDK project, use the XSDK IDE. Refer to the [Xilinx How-to](doc/how_to_use_xilinx_tools.pdf) To build the XSDK project, use the XSDK IDE. Refer to the [Xilinx How-to](doc/how_to_use_xilinx_tools.pdf)
for more instructions. Be sure to select the `xsdk_workspace` directory in the for more instructions. Be sure to select the `xsdk_workspace` directory in the
quad directory as your "workspace." quad directory as your "workspace."
...@@ -59,6 +59,11 @@ hardware interface. ...@@ -59,6 +59,11 @@ hardware interface.
Look in `xsdk_workspace/real_quad/src/hw_impl_zybo_tests.c` for instructions. Look in `xsdk_workspace/real_quad/src/hw_impl_zybo_tests.c` for instructions.
Ideally, you would run these tests from the XSDK IDE. Ideally, you would run these tests from the XSDK IDE.
## Sections
[Quad Application](src/quad_app/README.md)
[Quad App on the Zybo (Real Quad)](xsdk_workspace/real_quad/README.md)
[Quad App on Unix (Virtual Quad)](src/virt_quad/README.md)
## Other Documents ## Other Documents
[Zybo Pinout Assignments](doc/zybo_pinout_assignments.md) [Zybo Pinout Assignments](doc/zybo_pinout_assignments.md)
[How to use Xilinx software tools](doc/how_to_use_xilinx_tools.pdf) [How to use Xilinx software tools](doc/how_to_use_xilinx_tools.pdf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment