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

Add markdown for the makefiles

parent 81649549
No related branches found
No related tags found
1 merge request!30Add Makefile markdown for quad/
...@@ -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