@@ -101,18 +101,18 @@ struct t_reachable_wire_inf {
101
101
};
102
102
103
103
typedef std::vector<std::vector<std::map<int , t_reachable_wire_inf>>> t_src_opin_delays; // [0..device_ctx.physical_tile_types.size()-1][0..max_ptc-1][wire_seg_index]
104
- // ^ ^ ^
105
- // | | |
106
- // physical block type index | Reachable wire info
107
- // |
108
- // SOURCE/OPIN ptc
104
+ // ^ ^ ^
105
+ // | | |
106
+ // physical block type index | Reachable wire info
107
+ // |
108
+ // SOURCE/OPIN ptc
109
109
110
110
typedef std::vector<std::vector<std::map<int , t_reachable_wire_inf>>> t_chan_ipins_delays; // [0..device_ctx.physical_tile_types.size()-1][0..max_ptc-1][wire_seg_index]
111
- // ^ ^ ^
112
- // | | |
113
- // physical block type index | Wire to IPIN segment info
114
- // |
115
- // SINK/IPIN ptc
111
+ // ^ ^ ^
112
+ // | | |
113
+ // physical block type index | Wire to IPIN segment info
114
+ // |
115
+ // SINK/IPIN ptc
116
116
117
117
// Look-up table from SOURCE/OPIN to CHANX/CHANY of various types
118
118
t_src_opin_delays f_src_opin_delays;
@@ -421,7 +421,6 @@ std::pair<util::Cost_Entry, int> CostMap::get_nearby_cost_entry(const vtr::NdMat
421
421
return std::make_pair (fill, n);
422
422
}
423
423
424
-
425
424
std::pair<float , float > ConnectionBoxMapLookahead::get_src_opin_delays (RRNodeId from_node, int delta_x, int delta_y, float criticality_fac) const {
426
425
auto & device_ctx = g_vpr_ctx.device ();
427
426
auto & rr_graph = device_ctx.rr_nodes ;
@@ -492,7 +491,6 @@ std::pair<float, float> ConnectionBoxMapLookahead::get_src_opin_delays(RRNodeId
492
491
rr_node_arch_name (size_t (from_node)).c_str (),
493
492
describe_rr_node (size_t (from_node)).c_str ())
494
493
.c_str ());
495
-
496
494
}
497
495
498
496
return std::pair<float , float >(0 .f , 0 .f );
@@ -612,7 +610,6 @@ static bool add_paths(int start_node_ind,
612
610
}
613
611
path.push_back (start_node_ind);
614
612
615
-
616
613
current.adjust_Tsw (-site_pin_delay);
617
614
618
615
// add each node along the path subtracting the incremental costs from the current costs
@@ -1434,7 +1431,6 @@ static void dijkstra_flood_to_ipins(RRNodeId node, t_chan_ipins_delays& chan_ipi
1434
1431
}
1435
1432
}
1436
1433
1437
-
1438
1434
// get an expected minimum cost for routing from the current node to the target node
1439
1435
float ConnectionBoxMapLookahead::get_expected_cost (
1440
1436
int current_node,
0 commit comments