summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2016-11-15 23:07:21 +0000
committerGitHub <noreply@github.com>2016-11-15 23:07:21 +0000
commit9714486100d36d3a593979b01203349a1ef299d4 (patch)
tree24b4f1108ed708ccbe3f2795fdaa11817f804797
parent9ef26bb5e9cce099e52617a886bfd68db2c3bf43 (diff)
downloadVerilogCoursework-9714486100d36d3a593979b01203349a1ef299d4.tar.gz
VerilogCoursework-9714486100d36d3a593979b01203349a1ef299d4.zip
Update README.md
-rw-r--r--part_1/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/part_1/README.md b/part_1/README.md
index 2e6e8d5..732660a 100644
--- a/part_1/README.md
+++ b/part_1/README.md
@@ -1,7 +1,9 @@
# 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 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.
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.
@@ -16,4 +18,7 @@ We then compiled the Quartus project to see if there are any errors in the files
![Pin Planner](https://github.com/ymherklotz/digital_verilog_coursework/blob/master/Extra/ex1/PinPlannerEx1.PNG)
+Finally we compiled the project and downloaded it ono the FPGA and it worked like the solution.
+
+### Propagation Delaty from inputs to outputs