Skip to content
Snippets Groups Projects
Commit 87772ca1 authored by bbartels's avatar bbartels
Browse files

Update README.md

parent 034975d1
No related branches found
No related tags found
No related merge requests found
......@@ -10,20 +10,14 @@ the quad, and the XSDK main project that runs on the Zybo.
## Software Instructions
The main quad application is written as a library, and located at:
```
src/quad_app/ ("main" function in quad_app.c)
```
The main quad application is written as a library, and located at
`src/quad_app/` ("main" function in quad_app.c).
The main XSDK project that actually runs on the Zybo is located at:
```
xsdk_workspace/real_quad/
```
The main XSDK project that actually runs on the Zybo is located at
`xsdk_workspace/real_quad/`
We also have a complemetary "virtual quad" to ease testing:
```
src/virt_quad/
```
We also have a complemetary "virtual quad" to ease testing located at
`src/virt_quad/`
## Building
......
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