Control versus Data Flow
Specification, synthesis and validation methods emphasize:
- for control:
- event/reaction relation
- response time
(Real Time scheduling for deadline satisfaction)
- priority among events and processes
- for data:
- functional dependency between input and output
- memory/time efficiency
(Dataflow scheduling for efficient pipelining)
- all events and processes are equal