blob: 2b9bfe009570cc3dedbab47337f9e859883cf73a [file] [log] [blame] [edit]
#ifndef PATH_DELAY2_H
#define PATH_DELAY2_H
#include "vtr_vector.h"
/***************** Subroutines exported by this module ***********************/
int alloc_and_load_timing_graph_levels();
void check_timing_graph();
float print_critical_path_node(FILE * fp, vtr::t_linked_int * critical_path_node, vtr::vector<ClusterBlockId, t_pb **> &pin_id_to_pb_mapping);
void detect_and_fix_timing_graph_combinational_loops();
#endif