|
VPR-6.0
|
#include <place_and_route.h>
Collaboration diagram for s_fmap_cell:Data Fields | |
| int | fs |
| int | fc |
| int | wneed |
| int | wirelength |
| int | proc_time |
| struct s_fmap_cell * | next |
Definition at line 8 of file place_and_route.h.
| int s_fmap_cell::fc |
at this fc
Definition at line 11 of file place_and_route.h.
| int s_fmap_cell::fs |
at this fs
Definition at line 10 of file place_and_route.h.
| struct s_fmap_cell* s_fmap_cell::next |
Definition at line 15 of file place_and_route.h.
Definition at line 14 of file place_and_route.h.
corresponding wirelength of successful routing at wneed
Definition at line 13 of file place_and_route.h.
need wneed to route
Definition at line 12 of file place_and_route.h.