Synchronous Data Flow
Encyclopedia
A restriction of Kahn process networks
, nodes produce and consume a fixed number of data items per firing.
Allows static scheduling.
See also Dataflow architecture
Kahn process networks
Kahn process networks is a distributed model of computation where a group of deterministic sequential processes are communicating through unbounded FIFO channels. The resulting process network exhibits deterministic behavior that does not depend on the various computation or communication delays...
, nodes produce and consume a fixed number of data items per firing.
Allows static scheduling.
See also Dataflow architecture
Dataflow architecture
Dataflow architecture is a computer architecture that directly contrasts the traditional von Neumann architecture or control flow architecture. Dataflow architectures do not have a program counter, or the executability and execution of instructions is solely determined based on the availability of...