Skip to content

Commit

Permalink
Update rr_graph.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang-Yuanqi-source authored Nov 4, 2024
1 parent cbcdf0e commit 84faf43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vpr/src/route/rr_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ static void build_rr_graph(const t_graph_type graph_type,

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

const vtr::NdMatrix<const VibInf*, 3> vib_grid;
const VibDeviceGrid vib_grid;
check_rr_graph(device_ctx.rr_graph,
types,
device_ctx.rr_indexed_data,
Expand Down Expand Up @@ -1638,7 +1638,7 @@ static void build_intra_cluster_rr_graph(const t_graph_type graph_type,

rr_graph_builder.clear_temp_storage();

const vtr::NdMatrix<const VibInf*, 3> vib_grid;
const VibDeviceGrid vib_grid;
check_rr_graph(device_ctx.rr_graph,
types,
device_ctx.rr_indexed_data,
Expand Down

0 comments on commit 84faf43

Please sign in to comment.