Skip to content

Commit 3be8914

Browse files
remove unused header files and types in rr_graph.cpp
1 parent 08538ff commit 3be8914

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

vpr/src/route/rr_graph.cpp

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#include <cstdio>
2-
#include <cstring>
32
#include <cmath>
4-
#include <ctime>
53
#include <algorithm>
64
#include <utility>
75
#include <vector>
@@ -34,25 +32,11 @@
3432
#include "rr_graph_clock.h"
3533
#include "edge_groups.h"
3634
#include "rr_graph_builder.h"
37-
3835
#include "rr_types.h"
39-
#include "echo_files.h"
4036

4137
//#define VERBOSE
4238
//used for getting the exact count of each edge type and printing it to std out.
4339

44-
struct t_mux {
45-
int size;
46-
t_mux* next;
47-
};
48-
49-
struct t_mux_size_distribution {
50-
int mux_count;
51-
int max_index;
52-
int* distr;
53-
t_mux_size_distribution* next;
54-
};
55-
5640
struct t_clb_to_clb_directs {
5741
t_physical_tile_type_ptr from_clb_type;
5842
int from_clb_pin_start_index;

0 commit comments

Comments
 (0)