Verilog to Routing - VPR
|
Annealing schedule information for the placer. More...
#include <vpr_types.h>
Data Fields | |
enum sched_type | type |
float | inner_num |
float | init_t |
float | alpha_t |
float | exit_t |
Annealing schedule information for the placer.
The schedule type is either USER_SCHED or AUTO_SCHED. Inner_num is multiplied by num_blocks^4/3 to find the number of moves per temperature. The remaining information is used only for USER_SCHED, and have the obvious meanings.
float t_annealing_sched::alpha_t |
float t_annealing_sched::exit_t |
float t_annealing_sched::init_t |
float t_annealing_sched::inner_num |
enum sched_type t_annealing_sched::type |