VPR-7.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
cluster.h
Go to the documentation of this file.
1 void do_clustering(const t_arch *arch, t_pack_molecule *molecule_head,
2  int num_models, boolean global_clocks, boolean *is_clock,
3  boolean hill_climbing_flag, char *out_fname, boolean timing_driven,
4  enum e_cluster_seed cluster_seed_type, float alpha, float beta,
5  int recompute_timing_after, float block_delay,
6  float intra_cluster_net_delay, float inter_cluster_net_delay,
7  float aspect, boolean allow_unrelated_clustering,
8  boolean allow_early_exit, boolean connection_driven,
9  enum e_packer_algorithm packer_algorithm, t_timing_inf timing_inf);
10 int get_cluster_of_block(int blkidx);
e_cluster_seed
Definition: vpr_types.h:112
void do_clustering(const t_arch *arch, t_pack_molecule *molecule_head, int num_models, boolean global_clocks, boolean *is_clock, boolean hill_climbing_flag, char *out_fname, boolean timing_driven, enum e_cluster_seed cluster_seed_type, float alpha, float beta, int recompute_timing_after, float block_delay, float intra_cluster_net_delay, float inter_cluster_net_delay, float aspect, boolean allow_unrelated_clustering, boolean allow_early_exit, boolean connection_driven, enum e_packer_algorithm packer_algorithm, t_timing_inf timing_inf)
Definition: cluster.c:232
int get_cluster_of_block(int blkidx)
e_packer_algorithm
Definition: vpr_types.h:590