Commit Graph

5 Commits (7de5cc0caf283282056af2e9c305ef3bdd623ae8)

Author SHA1 Message Date
Christophe Favergeon 7de5cc0caf Improvement to SDF
Possibility to use a C struct as type for the IO.
Added Duplicate2 and Duplicate3 nodes.
Added an example (example8) to demonstrate and test those new features.
3 years ago
Christophe Favergeon f3723ca858 CMSIS-DSP: Bug correction in SDF.
Problems with slidding buffer.
4 years ago
Christophe Favergeon b984d738f4 CMSIS-DSP: Preliminary support for VHT in SDF. 4 years ago
Christophe Favergeon 72483e7c3f CMSIS-DSP: Added code size optimization for the SDF C++ generator. 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