Skip to content

Commit 70e4f5a

Browse files
Update vpr_utils.h
1 parent cc8816a commit 70e4f5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vpr/src/util/vpr_utils.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ bool is_inter_cluster_node(t_physical_tile_type_ptr physical_tile,
260260
t_rr_type node_type,
261261
int node_ptc);
262262

263+
bool is_inter_cluster_node(const RRGraphView& rr_graph_view,
264+
RRNodeId node_id);
265+
263266
int get_rr_node_max_ptc(const RRGraphView& rr_graph_view,
264267
RRNodeId node_id,
265268
bool is_flat);

0 commit comments

Comments
 (0)