Skip to content

Commit fe44c04

Browse files
committed
comment on get_delayless_switch_id
1 parent 89c5c18 commit fe44c04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

vpr/src/route/rr_graph.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,12 @@ static void build_intra_cluster_rr_graph(const t_graph_type graph_type,
671671
bool is_flat,
672672
bool load_rr_graph);
673673

674+
/**
675+
* Return the ID for delayess switch. If the RR graph is loaded from a file, then the assumption
676+
* is that the returned ID should be a RR switch ID not architecture ID.
677+
* @param det_routing_arch Contain the information from architecture file
678+
* @param load_rr_graph Indicate whether the RR graph is loaded from a file
679+
*/
674680
static short get_delayless_switch_id (t_det_routing_arch* det_routing_arch,
675681
bool load_rr_graph);
676682

0 commit comments

Comments
 (0)