Skip to content
Snippets Groups Projects
Commit 10dc0b2e authored by Peter Thedens's avatar Peter Thedens
Browse files

Add markdown for the makefiles

parent 8164fb57
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,8 @@ cd src/<project> && make ...@@ -65,6 +65,8 @@ cd src/<project> && make
**NOTE**: All build artifacts will be placed in `lib` or `bin` (depending on **NOTE**: All build artifacts will be placed in `lib` or `bin` (depending on
whether it is a library or executable, respectively) whether it is a library or executable, respectively)
To learn more about the makefiles, see [Makefiles.md](doc/Makefiles.md)
## Testing ## Testing
#### Automated Tests #### Automated Tests
...@@ -92,9 +94,11 @@ Ideally, you would run these tests from the XSDK IDE. ...@@ -92,9 +94,11 @@ Ideally, you would run these tests from the XSDK IDE.
* [The Quad Application](src/quad_app/README.md) * [The Quad Application](src/quad_app/README.md)
* [Quad App on the Zybo (Real Quad)](xsdk_workspace/real_quad/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) * [Quad App on Unix (Virtual Quad)](src/virt_quad/README.md)
* [XSDK Instructions](xsdk_workspace/README.md) * [XSDK Instructions](xsdk_workspace/README.md)
* [How to use the makefile structure](doc/)
## Other Documents ## Other Documents
* [Hardware Block Diagram](doc/images/FPGA_Diagram.png) * [Hardware Block Diagram](doc/images/FPGA_Diagram.png)
* [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_XSDK.md) * [How to use Xilinx software tools](doc/how_to_use_XSDK.md)
* [How to use the makefile structure](doc/Makefiles.md)
# How to use the makefiles
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