|
Limbo 3.5.4
|
node type for the algorithm More...
#include <FM.h>
Public Member Functions | |
| FM_node_type () | |
| constructor | |
| net_weight_type | gain () const |
| compute gain | |
Public Attributes | |
| node_type * | pNode |
| node in the graph | |
| vector< FM_net_type * > | vNet |
| nets related to the node | |
| bool | locked |
| locked or not | |
| int | partition |
| partition id: 0 or 1, -1 for uninitialized | |
| int | partition_bak |
| back up partition for trial pass | |
| node_weight_type | weight |
| node weight for balancing constraint, like area | |
node type for the algorithm
|
inline |
|
inline |
| bool limbo::algorithms::partition::FM< NodeType, NetWeightType >::FM_node_type::locked |
| int limbo::algorithms::partition::FM< NodeType, NetWeightType >::FM_node_type::partition |
| int limbo::algorithms::partition::FM< NodeType, NetWeightType >::FM_node_type::partition_bak |
| node_type* limbo::algorithms::partition::FM< NodeType, NetWeightType >::FM_node_type::pNode |
| vector<FM_net_type*> limbo::algorithms::partition::FM< NodeType, NetWeightType >::FM_node_type::vNet |
| node_weight_type limbo::algorithms::partition::FM< NodeType, NetWeightType >::FM_node_type::weight |