VPR-6.0
|
#include <vpr_types.h>
Data Fields | |
float | first_iter_pres_fac |
float | initial_pres_fac |
float | pres_fac_mult |
float | acc_fac |
float | bend_cost |
int | max_router_iterations |
int | bb_factor |
enum e_route_type | route_type |
int | fixed_channel_width |
enum e_router_algorithm | router_algorithm |
enum e_base_cost_type | base_cost_type |
float | astar_fac |
float | max_criticality |
float | criticality_exp |
boolean | verify_binary_search |
boolean | full_stats |
boolean | doRouting |
All the parameters controlling the router's operation are in this structure.
The following parameters are used only by the timing-driven router.
Definition at line 588 of file vpr_types.h.
float s_router_opts::acc_fac |
Definition at line 593 of file vpr_types.h.
float s_router_opts::astar_fac |
Definition at line 601 of file vpr_types.h.
Definition at line 600 of file vpr_types.h.
Definition at line 596 of file vpr_types.h.
float s_router_opts::bend_cost |
Definition at line 594 of file vpr_types.h.
Definition at line 603 of file vpr_types.h.
Definition at line 606 of file vpr_types.h.
Definition at line 590 of file vpr_types.h.
Definition at line 598 of file vpr_types.h.
Definition at line 605 of file vpr_types.h.
Definition at line 591 of file vpr_types.h.
Definition at line 602 of file vpr_types.h.
Definition at line 595 of file vpr_types.h.
Definition at line 592 of file vpr_types.h.
Definition at line 597 of file vpr_types.h.
Definition at line 599 of file vpr_types.h.
Definition at line 604 of file vpr_types.h.