From dfc4faddd26598d7eb563bb129935c8d0a1d7071 Mon Sep 17 00:00:00 2001
From: bbartels <bbartels@iastate.edu>
Date: Mon, 1 May 2017 20:11:08 -0500
Subject: [PATCH] Update README.md

---
 quad/README.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/quad/README.md b/quad/README.md
index 7e29ed000..ff3f973f0 100644
--- a/quad/README.md
+++ b/quad/README.md
@@ -29,10 +29,10 @@ directories:
 cd src/<project> && make
 ```
 
-**NOTE**: All build artifacts will be placed in `quad/lib` or `quad/bin`
-(depending on whether it is a library or executable, respectively)
+**NOTE**: All build artifacts will be placed in `lib` or `bin` (depending on 
+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)
 for more instructions. Be sure to select the `xsdk_workspace` directory in the
 quad directory as your "workspace."
@@ -59,6 +59,11 @@ hardware interface.
 Look in `xsdk_workspace/real_quad/src/hw_impl_zybo_tests.c` for instructions.
 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
 [Zybo Pinout Assignments](doc/zybo_pinout_assignments.md)  
 [How to use Xilinx software tools](doc/how_to_use_xilinx_tools.pdf)  
-- 
GitLab