From 84faf4351557db3937d42bdec6f20b9db29c2f4e Mon Sep 17 00:00:00 2001 From: Wang Yuanqi <101231450+Wang-Yuanqi-source@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:42:43 +0800 Subject: [PATCH] Update rr_graph.cpp --- vpr/src/route/rr_graph.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vpr/src/route/rr_graph.cpp b/vpr/src/route/rr_graph.cpp index 2c779f6bae..d689c5695d 100644 --- a/vpr/src/route/rr_graph.cpp +++ b/vpr/src/route/rr_graph.cpp @@ -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 vib_grid; + const VibDeviceGrid vib_grid; check_rr_graph(device_ctx.rr_graph, types, device_ctx.rr_indexed_data, @@ -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 vib_grid; + const VibDeviceGrid vib_grid; check_rr_graph(device_ctx.rr_graph, types, device_ctx.rr_indexed_data,