Skip to content

Commit 3f5633b

Browse files
Update tileable_rr_graph_node_builder.h
1 parent ca9e9f1 commit 3f5633b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/tileable_rr_graph/tileable_rr_graph_node_builder.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
void alloc_tileable_rr_graph_nodes(RRGraphBuilder& rr_graph_builder,
2626
vtr::vector<RRNodeId, RRSwitchId>& driver_switches,
2727
const DeviceGrid& grids,
28-
const vtr::NdMatrix<const t_vib_inf*, 3>& vib_grid,
28+
const vtr::NdMatrix<const VibInf*, 3>& vib_grid,
2929
const size_t& layer,
3030
const vtr::Point<size_t>& chan_width,
3131
const std::vector<t_segment_inf>& segment_inf_x,
@@ -42,7 +42,7 @@ void create_tileable_rr_graph_nodes(const RRGraphView& rr_graph,
4242
std::map<RRNodeId, std::vector<size_t>>& rr_node_track_ids,
4343
std::vector<t_rr_rc_data>& rr_rc_data,
4444
const DeviceGrid& grids,
45-
const vtr::NdMatrix<const t_vib_inf*, 3>& vib_grid,
45+
const vtr::NdMatrix<const VibInf*, 3>& vib_grid,
4646
const size_t& layer,
4747
const vtr::Point<size_t>& chan_width,
4848
const std::vector<t_segment_inf>& segment_inf_x,

0 commit comments

Comments
 (0)