Synchronous Dataflow

Graph exporting

Visualization

Tool sdf3print-sdf --format dot
API outputSDFasDot()

SDF3 can export an SDFG in the dot format. Using dotty, graphs can be converted to many different graphics formats. This enables visualization of the SDFG.

This example shows several SDFGs that are generated using the SDF3 random generator and visualized with SDF3 and dotty.

Simulation

Tool sdf3print-sdf --format hapi
API outputSDFasHAPI()

SDF3 can export an SDFG as a YAPI-network. This allows simulation of the graph using the freely available YAPI simulator.