|
VPR-7.0
|
#include <vpr_types.h>
Data Fields | |
| enum e_place_algorithm | place_algorithm |
| float | timing_tradeoff |
| int | block_dist |
| float | place_cost_exp |
| int | place_chan_width |
| enum e_pad_loc_type | pad_loc_type |
| char * | pad_loc_file |
| enum pfreq | place_freq |
| int | recompute_crit_iter |
| boolean | enable_timing_computations |
| int | inner_loop_recompute_divider |
| float | td_place_exp_first |
| int | seed |
| float | td_place_exp_last |
| boolean | doPlacement |
Definition at line 636 of file vpr_types.h.
| int s_placer_opts::block_dist |
Definition at line 639 of file vpr_types.h.
| boolean s_placer_opts::doPlacement |
Definition at line 651 of file vpr_types.h.
| boolean s_placer_opts::enable_timing_computations |
Definition at line 646 of file vpr_types.h.
| int s_placer_opts::inner_loop_recompute_divider |
Definition at line 647 of file vpr_types.h.
| char* s_placer_opts::pad_loc_file |
Definition at line 643 of file vpr_types.h.
| enum e_pad_loc_type s_placer_opts::pad_loc_type |
Definition at line 642 of file vpr_types.h.
| enum e_place_algorithm s_placer_opts::place_algorithm |
Definition at line 637 of file vpr_types.h.
| int s_placer_opts::place_chan_width |
Definition at line 641 of file vpr_types.h.
| float s_placer_opts::place_cost_exp |
Definition at line 640 of file vpr_types.h.
| enum pfreq s_placer_opts::place_freq |
Definition at line 644 of file vpr_types.h.
| int s_placer_opts::recompute_crit_iter |
Definition at line 645 of file vpr_types.h.
| int s_placer_opts::seed |
Definition at line 649 of file vpr_types.h.
| float s_placer_opts::td_place_exp_first |
Definition at line 648 of file vpr_types.h.
| float s_placer_opts::td_place_exp_last |
Definition at line 650 of file vpr_types.h.
| float s_placer_opts::timing_tradeoff |
Definition at line 638 of file vpr_types.h.