We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed02e1f commit 60628a3Copy full SHA for 60628a3
vpr/src/draw/draw_rr.h
@@ -27,7 +27,7 @@ void draw_rr(ezgl::renderer* g);
27
/// connects to. @p from_node is assumed to be a CHANX, CHANY, or IPIN.
28
void draw_rr_edges(RRNodeId from_node, ezgl::renderer* g);
29
30
-/// Color map for edges based on {from_type, to_type}
+/// Maps (from_type, to_type) pairs to an edge type used for drawing or classification.
31
inline const std::map<std::pair<e_rr_type, e_rr_type>, e_edge_type> EDGE_TYPE_MAP = {
32
// Pin to pin connections
33
{{e_rr_type::IPIN, e_rr_type::IPIN}, e_edge_type::PIN_TO_IPIN},
0 commit comments