diff options
Diffstat (limited to 'doc/pulse_width_modulator_presentation.md')
-rw-r--r-- | doc/pulse_width_modulator_presentation.md | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/doc/pulse_width_modulator_presentation.md b/doc/pulse_width_modulator_presentation.md new file mode 100644 index 0000000..d742c03 --- /dev/null +++ b/doc/pulse_width_modulator_presentation.md @@ -0,0 +1,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 ! + |