Skip to content

Commit 11c9a57

Browse files
committed
[vpr][route] remove redundant functions from rr_graph2
1 parent 4fdd98d commit 11c9a57

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

vpr/src/route/rr_graph2.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@ vtr::NdMatrix<int, 2> get_number_track_to_track_inter_die_conn(t_sb_connection_m
7575
const int custom_3d_sb_fanin_fanout,
7676
RRGraphBuilder& rr_graph_builder);
7777

78-
int find_average_rr_node_index(int device_width,
79-
int device_height,
80-
t_rr_type rr_type,
81-
int ptc,
82-
const t_rr_node_indices& L_rr_node_indices);
83-
8478
t_seg_details* alloc_and_load_seg_details(int* max_chan_width,
8579
const int max_len,
8680
const std::vector<t_segment_inf>& segment_inf,
@@ -255,8 +249,6 @@ void dump_track_to_pin_map(t_track_to_pin_lookup& track_to_pin_map,
255249
int max_chan_width,
256250
FILE* fp);
257251

258-
void add_to_rr_node_indices(t_rr_node_indices& rr_node_indices, const t_rr_graph_storage& rr_nodes, int inode);
259-
260252
void insert_at_ptc_index(std::vector<int>& rr_indices, int ptc, int inode);
261253

262254
inline int get_chan_width(enum e_side side, const t_chan_width* nodes_per_channel);

0 commit comments

Comments
 (0)