blob: 4e5f8e051a8529a57d6ee694fb96aaa44c0f65bf [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 std::vector<t_segment_inf>& segment_inf,
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