Dataflow architecture
Appearance
Dataflow architecture is a computer architecture that directly contrasts the traditional von Neuman or control flow architecture. Dataflow architectures do not have a program counter or (at least conceptualy) main memory and the executability and execution of instruction is determined based on availability of input arguments to the instructions.