We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08538ff commit 3be8914Copy full SHA for 3be8914
vpr/src/route/rr_graph.cpp
@@ -1,7 +1,5 @@
1
#include <cstdio>
2
-#include <cstring>
3
#include <cmath>
4
-#include <ctime>
5
#include <algorithm>
6
#include <utility>
7
#include <vector>
@@ -34,25 +32,11 @@
34
32
#include "rr_graph_clock.h"
35
33
#include "edge_groups.h"
36
#include "rr_graph_builder.h"
37
-
38
#include "rr_types.h"
39
-#include "echo_files.h"
40
41
//#define VERBOSE
42
//used for getting the exact count of each edge type and printing it to std out.
43
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
56
struct t_clb_to_clb_directs {
57
t_physical_tile_type_ptr from_clb_type;
58
int from_clb_pin_start_index;
0 commit comments