AMF-Placer
2.0
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
FFLocation records the FF cell pointer and the location of the FF cell for kdt::KDTree construction which can help to find neighbors for cells. More...
#include <IncrementalBELPacker.h>
Public Member Functions | |
FFLocation () | |
FFLocation (PlacementInfo::PlacementUnpackedCell *unpackedCell) | |
PlacementInfo::PlacementUnpackedCell * | getUnpackedCell () |
Static Public Attributes | |
static const int | DIM = 2 |
Private Attributes | |
PlacementInfo::PlacementUnpackedCell * | unpackedCell |
FFLocation records the FF cell pointer and the location of the FF cell for kdt::KDTree construction which can help to find neighbors for cells.
Definition at line 113 of file IncrementalBELPacker.h.
|
inline |
Definition at line 118 of file IncrementalBELPacker.h.
|
inline |
|
inline |
Definition at line 128 of file IncrementalBELPacker.h.
|
static |
Definition at line 117 of file IncrementalBELPacker.h.
|
private |
Definition at line 134 of file IncrementalBELPacker.h.
Referenced by FFLocation(), and getUnpackedCell().