|
VPR-6.0
|
#include <vpr_types.h>
Data Fields | |
| float | base_cost |
| float | saved_base_cost |
| int | ortho_cost_index |
| int | seg_index |
| float | inv_length |
| float | T_linear |
| float | T_quadratic |
| float | C_load |
Data that is pointed to by the .cost_index member of t_rr_node. It's purpose is to store the base_cost so that it can be quickly changed and to store fields that have only a few different values (like seg_index) or whose values should be an average over all rr_nodes of a certain type (like T_linear etc., which are used to predict remaining delay in the timing_driven router).
Definition at line 853 of file vpr_types.h.
Definition at line 855 of file vpr_types.h.
Definition at line 862 of file vpr_types.h.
Definition at line 859 of file vpr_types.h.
Definition at line 857 of file vpr_types.h.
Definition at line 856 of file vpr_types.h.
Definition at line 858 of file vpr_types.h.
Definition at line 860 of file vpr_types.h.
Definition at line 861 of file vpr_types.h.