Routing Graph
Mapper2.Routing.RoutingGraph โ Type.struct RoutingGraphFields
- graph- Adjacency information of routing resources, encode as a - LightGraphs.SimpleDiGraph.
- map- Translation information mapping elements on the parent - TopLevelto indices in- graph.- Implemented as a - Dict{Path{<:Union{Port,Link,Component}}, Int64}where the values in the dict are the vertex index in- graphof 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.