Skip to content

Commit 60628a3

Browse files
update doxygen comment for EDGE_TYPE_MAP
1 parent ed02e1f commit 60628a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/draw/draw_rr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ void draw_rr(ezgl::renderer* g);
2727
/// connects to. @p from_node is assumed to be a CHANX, CHANY, or IPIN.
2828
void draw_rr_edges(RRNodeId from_node, ezgl::renderer* g);
2929

30-
/// Color map for edges based on {from_type, to_type}
30+
/// Maps (from_type, to_type) pairs to an edge type used for drawing or classification.
3131
inline const std::map<std::pair<e_rr_type, e_rr_type>, e_edge_type> EDGE_TYPE_MAP = {
3232
// Pin to pin connections
3333
{{e_rr_type::IPIN, e_rr_type::IPIN}, e_edge_type::PIN_TO_IPIN},

0 commit comments

Comments
 (0)