Skip to content

Commit 84faf43

Browse files
Update rr_graph.cpp
1 parent cbcdf0e commit 84faf43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/route/rr_graph.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ static void build_rr_graph(const t_graph_type graph_type,
15421542

15431543
rr_graph_externals(segment_inf, segment_inf_x, segment_inf_y, *wire_to_rr_ipin_switch, base_cost_type);
15441544

1545-
const vtr::NdMatrix<const VibInf*, 3> vib_grid;
1545+
const VibDeviceGrid vib_grid;
15461546
check_rr_graph(device_ctx.rr_graph,
15471547
types,
15481548
device_ctx.rr_indexed_data,
@@ -1638,7 +1638,7 @@ static void build_intra_cluster_rr_graph(const t_graph_type graph_type,
16381638

16391639
rr_graph_builder.clear_temp_storage();
16401640

1641-
const vtr::NdMatrix<const VibInf*, 3> vib_grid;
1641+
const VibDeviceGrid vib_grid;
16421642
check_rr_graph(device_ctx.rr_graph,
16431643
types,
16441644
device_ctx.rr_indexed_data,

0 commit comments

Comments
 (0)