summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2016-11-15 22:09:49 +0000
committerGitHub <noreply@github.com>2016-11-15 22:09:49 +0000
commitcf8bb1a5ce54dd7c47b3caec63b94c9bf7ccef4d (patch)
tree89b0a7c6918d591857d0a1b278a8fbd49f7d6c05
parent8f0d3245aec1a679394a9defc853418703fddbf8 (diff)
downloadVerilogCoursework-cf8bb1a5ce54dd7c47b3caec63b94c9bf7ccef4d.tar.gz
VerilogCoursework-cf8bb1a5ce54dd7c47b3caec63b94c9bf7ccef4d.zip
Update README.md
-rw-r--r--part_1/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/part_1/README.md b/part_1/README.md
index c575738..08a31d0 100644
--- a/part_1/README.md
+++ b/part_1/README.md
@@ -1,2 +1,5 @@
# Experiment VERI: FPGA Design with Verilog (Part 1)
-In this experiment we will be programming a Cyclone V FPGA from Altera on a DE1-SoC Board that was made by Terasicas. We will mainy be
+In this experiment we will be programming a Cyclone V FPGA from Altera on a DE1-SoC Board that was made by Terasica. We will be using verilog in Quartus II to program the FPGA.
+
+## Experiment 1: Schematic capture using Quartus II -- 7-Segment Display
+We first downloaded the solution for Exercise 1 and tried programming the FPGA using the Programmer from Quartus. The software didn't detect the DE1-SoC board and we had to turn it off and on again for the DE-SOC [USB-1] to appear. After we then added the right type of FPGA to the project (5CSEMA5) and deleted the ARM processor from the programmer window (SOCVHPS) we were able to add the solution to the FPGA and download it onto the board.