blob: b9be68c79be277fd6cc1c131b42d8583be812ab3 [file] [log] [blame]
#ifndef RR_GRAPH_INDEXED_DATA_H
#define RR_GRAPH_INDEXED_DATA_H
#include "physical_types.h"
void alloc_and_load_rr_indexed_data(const t_segment_inf * segment_inf,
int num_segment, const t_rr_node_indices& L_rr_node_indices, int nodes_per_chan,
int wire_to_ipin_switch, enum e_base_cost_type base_cost_type);
void load_rr_index_segments(const int num_segment);
#endif