SLIDE 20 Introduction Preliminaries Performance analysis for PSADF Experiments
SPDF
Definition A schedulable parametric dataflow graph (SPDFG) is a tuple SPDFG = (G ,PR,PD,i, r,e,M,α), where: G is a directed connected graph (A ,E ) with A set of actors and E ⊆ A ×A set of edges (channels); PR is a set of rate parameters (symbolic variables) used to define SPDF rates by the grammar FR ::= k | pr | FR1 ·FR2, where pr ∈ PR, k ∈ N+; PD is a set of actor execution time parameters (symbolic variables) used to define SPDF actor execution times by the grammar FD ::= k ·pd | FD 1 +FD2, where pd ∈ PD, k ∈ R+
0 ;
i : E → N0 returns for each edge channel its number of initial tokens; r : A ×E → FR returns for each port (represented by an actor and one of its edges) its rate; e : A → FD returns for each actor its execution time; M : PR → A and α : PR → FR returns for each rate parameter its modifier and its change period. Mladen Skelin