summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2016-11-15 22:42:42 +0000
committerGitHub <noreply@github.com>2016-11-15 22:42:42 +0000
commit50e31789fd7fad768d836c5c51b1e8519b143823 (patch)
tree036d8295fad5aa85b44db2377f49d531cfff96a2
parent270bb5842bfcc5485a2189371d3eacaeb8812761 (diff)
downloadVerilogCoursework-50e31789fd7fad768d836c5c51b1e8519b143823.tar.gz
VerilogCoursework-50e31789fd7fad768d836c5c51b1e8519b143823.zip
Update README.md
-rw-r--r--part_1/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/part_1/README.md b/part_1/README.md
index aacf6d0..3345ce4 100644
--- a/part_1/README.md
+++ b/part_1/README.md
@@ -4,4 +4,5 @@ In this experiment we will be programming a Cyclone V FPGA from Altera on a DE1-
## 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.
-We then used the truth table for the 7 Segment Decoder to create the K-map for the output number 4, so that we can extract the PoS
+We then used the truth table for the 7 Segment Decoder to create the K-map for the output number 4, so that we can extract the Sum of Products form from the K-map. We then added the missing output to the incomplete block diagram.
+![Output 4](https://github.com/ymherklotz/digital_verilog_coursework/blob/master/Extra/ex1/ex1Schematic.PNG)