Download presentation
Presentation is loading. Please wait.
Published byMichael Lucas Modified over 9 years ago
1
Quantitative Evaluation of Embedded Systems
2
Given a dataflow graph with execution times E a Determine the MCM and choose a period μ ≥ MCM Determine start-times T a of a periodic schedule Determine the minimum number δ of tokens between input and output Latency ≤ T output + E output + δ·μ
3
MCM = 22ms S t 0 = 34ms A C B 26ms 30ms t 0 = 0ms t 0 = 8ms Latency = 10ms
4
MCM = 22ms S t 0 = 34ms A C B 26ms 30ms t 0 = 0ms t 0 = 8ms D Delay = 34ms 10ms Latency =
5
Given a dataflow graph with execution times E a Determine the MCM and choose a period μ ≥ MCM Determine start-times T a of a periodic schedule Determine the minimum number δ of tokens between input and output Delayed latency ≤ T output + E output + δ·μ - T input
6
ACB 26ms 30ms 10ms E 15ms
7
MCM = 22ms S A C B 26ms 30ms 0ms 8ms 0ms D Delay = 10ms E 15ms 34ms
8
Determine the MCM and choose a period μ ≥ MCM For each actor a initialize a start-time T a := 0 Repeat for each arc a—i—b : T b := T b max (T a + E a – i μ) until there are no more changes Repeat for each actor a: T a := min {all arcs a-i-b} (T b - E a + i μ) until there are no more changes Delayed latency ≤ T output + E output + δ·μ - T input
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.