Skip to content

Commit 88c5785

Browse files
Typo fixed in rr_graph.cpp
1 parent 8efc261 commit 88c5785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/route/rr_graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ static void build_rr_graph(const t_graph_type graph_type,
724724
* based on their fanin in the rr graph. This routine also adjusts the rr nodes to point to these new rr switches */
725725
alloc_and_load_rr_switch_inf(num_arch_switches, R_minW_nmos, R_minW_pmos, wire_to_arch_ipin_switch, wire_to_rr_ipin_switch);
726726

727-
//Partition the rr graph edges for efficient access to configurable/non-configurab/home/users/behzad.mahmood/eclipse-workspacele
727+
//Partition the rr graph edges for efficient access to configurable/non-configurable
728728
//edge subsets. Must be done after RR switches have been allocated
729729
device_ctx.rr_graph_builder.partition_edges();
730730

0 commit comments

Comments
 (0)