summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2016-11-15 23:17:13 +0000
committerGitHub <noreply@github.com>2016-11-15 23:17:13 +0000
commit9541253590c21ab5d60278d3845c3abef30901bb (patch)
tree6e545aa1a8b3f96fc3ef9765ffa6f2bf09861163
parent48bf9d9378dcd6770175ba531a40dbaeb02754ab (diff)
downloadVerilogCoursework-9541253590c21ab5d60278d3845c3abef30901bb.tar.gz
VerilogCoursework-9541253590c21ab5d60278d3845c3abef30901bb.zip
Update README.md
-rw-r--r--part_1/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/part_1/README.md b/part_1/README.md
index a0ae955..815e2cc 100644
--- a/part_1/README.md
+++ b/part_1/README.md
@@ -26,6 +26,6 @@ Finally we compiled the project and downloaded it onto the FPGA and it worked li
To analyze the propagation delays from inputs to outputs we used the TimeQuest Timing Analyzer to create a table that contains all the propagation delays of all the inputs and outputs. First we looked at the propagation delay under the conditions "Slow 1100mV 0°C". This gave the following table.
-![0 degrees timing](https://github.com/ymherklotz/digital_verilog_coursework/blob/master/Extra/ex1/RiseAndFall0degree.PNG)
+![0 degrees timing](https://github.com/ymherklotz/digital_verilog_coursework/blob/master/Extra/ex1/RiseAndFall0degree.PNG)![85 degrees timing](https://github.com/ymherklotz/digital_verilog_coursework/blob/master/Extra/ex1/RiseAndFall85degree.PNG)
From this