Verilog to Routing - VPR
Data Fields
t_annealing_sched Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ alpha_t

float t_annealing_sched::alpha_t

◆ exit_t

float t_annealing_sched::exit_t

◆ init_t

float t_annealing_sched::init_t

◆ inner_num

float t_annealing_sched::inner_num

◆ type

enum sched_type t_annealing_sched::type

The documentation for this struct was generated from the following file: