#ifndef TIMING_PLACE_LOOKUP_H #define TIMING_PLACE_LOOKUP_H #include "place_delay_model.h" #include "rr_graph_obj.h" std::unique_ptr compute_place_delay_model(const t_placer_opts& placer_opts, const t_router_opts& router_opts, t_det_routing_arch* det_routing_arch, std::vector& segment_inf, t_chan_width_dist chan_width_dist, const t_direct_inf* directs, const int num_directs); std::vector get_best_classes(enum e_pin_type pintype, t_physical_tile_type_ptr type); bool directconnect_exists(RRNodeId src_rr_node, RRNodeId sink_rr_node); #endif