]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blobdiff - viewer/dot_graph.h
Viewer - add layer indices to graph output
[tidl/tidl-api.git] / viewer / dot_graph.h
index 914fe4858d5da484c0db23c64fc1a54b34bb8697..f42d6dcd0808196b2fdcedfc8557a1de645b95ea 100644 (file)
@@ -92,7 +92,8 @@ class DotGraph
     void AddVertices();
     void AddEdges();
     void AddMetaData();
-    void AddVertexProperties(Vertex& V, Graph* g, const sTIDL_Layer_t& layer);
+    void AddVertexProperties(Vertex& V, Graph* g, const sTIDL_Layer_t& layer,
+                             int index);
 
     Graph graph_m;
     const sTIDL_Network_t& net_m;