summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2016-11-21 21:41:20 +0000
committerGitHub <noreply@github.com>2016-11-21 21:41:20 +0000
commite1ad49f62f7266000e4ed9f1bcc678cb9ebe1268 (patch)
treeaafdbfd4ba22bff72781dfa3d17917ac049e9326
parent7a3e0914510a0d2b62f6085b621568337133389f (diff)
downloadVerilogCoursework-e1ad49f62f7266000e4ed9f1bcc678cb9ebe1268.tar.gz
VerilogCoursework-e1ad49f62f7266000e4ed9f1bcc678cb9ebe1268.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 8f3d0d3..b6da5a9 100644
--- a/part_1/README.md
+++ b/part_1/README.md
@@ -39,4 +39,5 @@ __Slow 1100mV 85°C TimeQuest Timing Analyzer Table__
![85 degrees timing](https://github.com/ymherklotz/digital_verilog_coursework/blob/master/Extra/ex1/RiseAndFall85degree.PNG)
-From these two tables we can
+The output on these tables shows the propagation delays from the inputs to the outputs. The 4 different rows have 4 different abreviations RR, RF, FR and FF, that stand for Rise-Rise, Rise-Fall, Fall-Rise and Fall-Fall respectively. These describe the time it takes for the signal to travel from a rise or fall of the signal to produce a rise or fall in the output signal. There are some boxes in the table that do not have a time in there, this is because these connections never happen and therefore the FPGA simplifies them and does not even connect them, and therefore they do not have a time. The times are also measured in nanoseconds.
+With the help of these tables we can observe that when the FPGA is at 85°C, the times between the inputs and outputs is higher than when the FPGA is cooled at 0°C. This can be explained by how fast the gates switch due to the transistor voltages switching. The switching time increases as the temperature increases and therefore the time between the inputs and outputs will increase as well.