Routing Graph
Mapper2.Routing.RoutingGraph โ Type.struct RoutingGraphFields
graphAdjacency information of routing resources, encode as a
LightGraphs.SimpleDiGraph.
mapTranslation information mapping elements on the parent
TopLevelto indices ingraph.Implemented as a
Dict{Path{<:Union{Port,Link,Component}}, Int64}where the values in the dict are the vertex index ingraphof the key.
Documentation
Representation of the routing resources of a TopLevel.
Method List
RoutingGraph(graph, map)defined at /home/travis/build/hildebrandmw/Mapper2.jl/src/Route/Graph.jl:26.
Mapper2.Routing.getmap โ Function.Return the map of a RoutingGraph
Method List
getmap(graph)defined at /home/travis/build/hildebrandmw/Mapper2.jl/src/Route/Graph.jl:44.