summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2016-11-15 22:51:10 +0000
committerGitHub <noreply@github.com>2016-11-15 22:51:10 +0000
commitb4ac07aaff157fc0a98375ed2fb7bfdd6debf366 (patch)
tree4394da579d607b194620b734381eeab4dae78105
parent50e31789fd7fad768d836c5c51b1e8519b143823 (diff)
downloadVerilogCoursework-b4ac07aaff157fc0a98375ed2fb7bfdd6debf366.tar.gz
VerilogCoursework-b4ac07aaff157fc0a98375ed2fb7bfdd6debf366.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 3345ce4..6e684ee 100644
--- a/part_1/README.md
+++ b/part_1/README.md
@@ -4,5 +4,8 @@ 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 Sum of Products form from the K-map. We then added the missing output to the incomplete block diagram.
+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)
+We then created a new block diagram, and made a symbol file for the 7-Segment Decoder, so that we can include it in this block diagram. We then made this block diagram our top-level design.
+![ex1 top-level design](https://github.com/ymherklotz/digital_verilog_coursework/blob/master/Extra/ex1/Ex1BDF.PNG)
+