|
Class Summary |
| CGenerator |
The base class for C code generation. |
| DIFtoC |
DIF-to-C code generation (software synthesis) supports: SDF,
hierarchical scheduling (with flatten option), semi-circular buffering,
read/write pointers with modulo operation -- SAS and MAS. |
| DIFtoCbs |
DIF-to-C code generation (software synthesis) supports: SDF,
hierarchical scheduling, buffer sharing,
static read/write pointers without modulo operation, R-schedule,
and delayless. |
| DIFtoCipbm |
DIF-to-C code generation (software synthesis) supports: SDF,
hierarchical scheduling, static buffering,
static read/write pointers without modulo operation, R-schedule,
delayless, and supporting inplace execution. |
| DIFtoCsrw |
DIF-to-C code generation (software synthesis) supports: SDF,
hierarchical scheduling, static buffering,
static read/write pointers without modulo operation, R-schedule,
and delayless. |