moiri / streamix-graph2c

Convert the gnerated graph file from smxc (streamix compiler) into c files used in the runtime system of streamix smxrts
GNU General Public License v2.0
0 stars 0 forks source link

streamix-graph2c

Reads the dependency graph of a Streamix program (generated by the Streamix compiler smxc) and generates c code that can be used by the streamix runtime system smxrts.

Installation

make
sudo make install

Requires

Usage

./graph2c [OPTION...] FILE

Options:
  -h            This message
  -v            Version
  -p 'path'     Path to store the generated files
  -f 'format'   Format of the graph either 'gml' or 'graphml'