Commit Graph

5 Commits (ef0d63f4512e49db65c558a3621aed069fb9245e)

Author SHA1 Message Date
Christophe Favergeon ef0d63f451 CMSIS-DSP: SDF Improvements
Improvement to the SDF memory optimization using graph coloring.
4 years ago
Christophe Favergeon ca1d8496ae CMSIS-DSP: Improvements to dot template in SDF 4 years ago
Christophe Favergeon 6bbbb81486 CMSIS-DSP: Update to graphivz generation in SDF 4 years ago
Christophe Favergeon 0f4ac797f1 CMSIS-DSP: Improved documentation for SDF.
Improved generation of graphviz.
4 years ago
Christophe Favergeon ab33fa64d7 CMSIS-DSP: Synchronous Data Flow
Set of Python scripts used to describe synchronous data flow networks
and generate a static scheduling.

It is working with CMSIS-DSP and a few standard nodes provided as C++ or Python classes.
It can be easily extended.

It is also working with the Python wrapper for CMSIS-DSP.

Detailed documentation in the SDFTools/README.md
4 years ago