Static scheduling of DF
Key property of DF networks: output sequences do not depend on time of firing of actors
SDF networks can be statically scheduled at compile-time
- execute an actor when it is known to be fireable
- no overhead due to sequencing of concurrency
- static buffer sizing
Different schedules yield different
- code size
- buffer size
- pipeline utilization