VPR-6.0

vpr/SRC/pack/cluster.h

Go to the documentation of this file.
00001 void do_clustering (const t_arch *arch, int num_models, boolean global_clocks,
00002        boolean *is_clock, boolean hill_climbing_flag, 
00003        char *out_fname, boolean timing_driven, 
00004        enum e_cluster_seed cluster_seed_type, float alpha, float beta,
00005        int recompute_timing_after, float block_delay, 
00006        float intra_cluster_net_delay, float inter_cluster_net_delay,
00007            float aspect,
00008        boolean allow_unrelated_clustering,
00009        boolean allow_early_exit, boolean connection_driven,
00010            enum e_packer_algorithm packer_algorithm,
00011            boolean hack_no_legal_frac_lut,
00012            boolean hack_safe_latch);
00013 int get_cluster_of_block(int blkidx);