blob: d742c030ee4ea71aa5a69a8a01e24acf45cc15b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
---
title: Heartbeat Generator
subtitle: VLSI-Design Module - Presentation
author: J Färber
date: SS2021
---
Overview
========
* Features
* Interface Signals
* Block Diagram
* Functional Description
* Simulation Result
* Device Utilization and Performance
* Demonstration
* Questions
Features
========
* Models QRS-Complex and T-Wave
* Average time values based on 72 bpm
* Enable input for external prescaler
Interface Signals
=================
{width=40%}
Functional Description
======================
Simplification to Digital Pulses
---------
{width=20%}
{width=80%}
Functional Description
======================
Conceptional RTL Diagram
---------------
{width=60%}
Simulation Result - Top Level
=============================
{width=80%}
Device Utilization and Performance
==================================
```pure
+------------------------------------------------------------------------------+
; Fitter Summary ;
+------------------------------------+-----------------------------------------+
; Fitter Status ; Successful - Wed Mar 31 11:50:15 2021 ;
; Quartus II 32-bit Version ; 13.0.1 Build 232 06/12/2013 SP 1 SJ Web ;
; Revision Name ; de1_heartbeat_gen ;
; Top-level Entity Name ; de1_heartbeat_gen ;
; Family ; Cyclone II ;
; Device ; EP2C20F484C7 ;
; Timing Models ; Final ;
; Total logic elements ; 50 / 18,752 ( < 1 % ) ;
; Total combinational functions ; 50 / 18,752 ( < 1 % ) ;
; Dedicated logic registers ; 26 / 18,752 ( < 1 % ) ;
; Total registers ; 26 ;
; Total pins ; 15 / 315 ( 5 % ) ;
; Total virtual pins ; 0 ;
; Total memory bits ; 0 / 239,616 ( 0 % ) ;
; Embedded Multiplier 9-bit elements ; 0 / 52 ( 0 % ) ;
; Total PLLs ; 0 / 4 ( 0 % ) ;
+------------------------------------+-----------------------------------------+
```
Demonstration
=============
Prototype Setup
---------------
{width=70%}
Demonstration
=============
Test Environment
----------------
Questions
=========
Thank you for your attention !
|