abc-master
|
Data Fields | |
int | loc |
int | gain |
ConcreteCell * | cell |
struct FM_cell * | next |
struct FM_cell * | prev |
bool | locked |
Definition at line 46 of file place_partition.c.
ConcreteCell* FM_cell::cell |
Definition at line 49 of file place_partition.c.
int FM_cell::gain |
Definition at line 48 of file place_partition.c.
int FM_cell::loc |
Definition at line 47 of file place_partition.c.
bool FM_cell::locked |
Definition at line 51 of file place_partition.c.
struct FM_cell* FM_cell::next |
Definition at line 50 of file place_partition.c.
struct FM_cell * FM_cell::prev |
Definition at line 50 of file place_partition.c.