@@ -210,7 +210,6 @@ static std::vector<std::vector<bool>> alloc_and_load_perturb_ipins(const int L_n
210
210
static void build_rr_sinks_sources (RRGraphBuilder& rr_graph_builder,
211
211
const int i,
212
212
const int j,
213
- t_rr_graph_storage& L_rr_node,
214
213
t_rr_edge_info_set& rr_edges_to_create,
215
214
const int delayless_switch,
216
215
const DeviceGrid& grid);
@@ -1173,7 +1172,7 @@ static std::function<void(t_chan_width*)> alloc_and_load_rr_graph(RRGraphBuilder
1173
1172
/* Connection SINKS and SOURCES to their pins. */
1174
1173
for (size_t i = 0 ; i < grid.width (); ++i) {
1175
1174
for (size_t j = 0 ; j < grid.height (); ++j) {
1176
- build_rr_sinks_sources (rr_graph_builder, i, j, L_rr_node, rr_edges_to_create,
1175
+ build_rr_sinks_sources (rr_graph_builder, i, j, rr_edges_to_create,
1177
1176
delayless_switch, grid);
1178
1177
1179
1178
// Create the actual SOURCE->OPIN, IPIN->SINK edges
@@ -1363,7 +1362,6 @@ void free_rr_graph() {
1363
1362
static void build_rr_sinks_sources (RRGraphBuilder& rr_graph_builder,
1364
1363
const int i,
1365
1364
const int j,
1366
- t_rr_graph_storage& L_rr_node,
1367
1365
t_rr_edge_info_set& rr_edges_to_create,
1368
1366
const int delayless_switch,
1369
1367
const DeviceGrid& grid) {
0 commit comments