Skip to content

Commit 3ce169c

Browse files
use explicit types instead of auto
1 parent b892b6e commit 3ce169c

File tree

2 files changed

+65
-104
lines changed

2 files changed

+65
-104
lines changed

vpr/src/route/rr_graph_generation/rr_graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ static void build_rr_graph(e_graph_type graph_type,
389389
const int route_verbosity);
390390

391391
/**
392-
* Return the ID for delayess switch. If the RR graph is loaded from a file, then the assumption
392+
* Return the ID for delay-less switch. If the RR graph is loaded from a file, then the assumption
393393
* is that the returned ID should be a RR switch ID not architecture ID.
394394
* @param det_routing_arch Contain the information from architecture file
395395
* @param load_rr_graph Indicate whether the RR graph is loaded from a file

0 commit comments

Comments
 (0)