From 561af2d1469b0234a97280d90e7fa8d20f48326e Mon Sep 17 00:00:00 2001
From: Philip Smart <28005720+pdsmart@users.noreply.github.com>
Date: Sun, 17 Nov 2019 22:09:17 +0000
Subject: [PATCH] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0345717..473c5d8 100644
--- a/README.md
+++ b/README.md
@@ -291,6 +291,7 @@ For ZPUTA, it can either be configured to be the boot application (ie. no IOCP)

+
# Build
This section shows how to make a basic build and assumes the target development board is the [QMTECH Cyclone V board](https://github.com/ChinaQMTECH/QM_CYCLONE_V). There are many configuration options but these will be covered seperately.
@@ -366,8 +367,8 @@ set_location_assignment PIN_Y20 -to SDCARD_CS[0]
6. Open the Quartus Programmer (ie. Quartus Prime -> Tools -> Programmer), select the sof file via 'Add File' which will be in the directory \/build/QMV_zpu.sof (QMV_EVO.sof if build was via Makefile) and setup the hardware via 'Hardware Setup'.
7. Program the FPGA via 'Start' and on success, in the serial terminal window you will see the ZPUTA sign on message.
-
+
# Repository Structure
The GIT Repository is organised as per the build environment shown in the tables below.