deltaFSD is a data flow programming tool for modelling, simulation and automatic code generation.
You define a program by linking the inputs and outputs of functions. The links created between functions determine the interdependencies within the program and so the sequence in which the functions should be executed.
It attempts to reflect the way in which control and processing systems are normally specified - as a series of interconnected functional blocks.
Typically
|