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 f931302 commit 9b247d0Copy full SHA for 9b247d0
vpr/src/route/segment_stats.cpp
@@ -20,15 +20,13 @@ void get_segment_usage_stats(std::vector<t_segment_inf>& segment_inf) {
20
* are counted as full-length segments (e.g. length 4 even if the last 2 *
21
* units of wire were chopped off by the chip edge). */
22
23
- int max_segment_length;
24
RRIndexedDataId cost_index;
25
float utilization;
26
27
auto& device_ctx = g_vpr_ctx.device();
28
const auto& rr_graph = device_ctx.rr_graph;
29
auto& route_ctx = g_vpr_ctx.routing();
30
31
- max_segment_length = 0;
32
int max_segment_name_length = 0;
33
std::map<e_parallel_axis, std::map<int, int>> directed_occ_by_length = {
34
{X_AXIS, std::map<int, int>()},
0 commit comments