examples/ip_pipeline: add config diagram generator
authorJasvinder Singh <jasvinder.singh@intel.com>
Tue, 28 Jun 2016 16:22:25 +0000 (17:22 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 11 Jul 2016 15:26:52 +0000 (17:26 +0200)
commit8673a3e8bdc3f350ff9cb1e20cc3c0a6c3396cbd
treeb199fecd6c58800c3e2a6178fddaaaac50874829
parentfcccf6f1d509e94c2b6145104ba9728bbe315574
examples/ip_pipeline: add config diagram generator

This commit adds Python script for generating diagram of the application
configuration file. This script requires graphviz package to be installed
on the machine. The input config file is translated to an output file in
DOT syntax, which is then used to create the image file using graphviz.

To run the script, following command is used;

./diagram-generator.py -f <input configuration file>

Some optional arguments are as follows:
  -h, --help            show this help message and exit

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
examples/ip_pipeline/config/diagram-generator.py [new file with mode: 0755]