AMF-Placer
2.0
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
PULocation is a helper class to find the neighbor PlacementUnits with KD-Tree. More...
#include <ParallelCLBPacker.h>
Public Member Functions | |
PULocation () | |
PULocation (PlacementInfo::PlacementUnit *tmpPU) | |
PULocation & | operator= (const PULocation &anotherPULocation) |
PlacementInfo::PlacementUnit * | getPU () const |
Static Public Attributes | |
static const int | DIM = 2 |
Private Attributes | |
PlacementInfo::PlacementUnit * | PU |
PULocation is a helper class to find the neighbor PlacementUnits with KD-Tree.
Definition at line 2809 of file ParallelCLBPacker.h.
|
inline |
Definition at line 2814 of file ParallelCLBPacker.h.
|
inline |
|
inline |
Definition at line 2831 of file ParallelCLBPacker.h.
Referenced by operator=().
|
inline |
|
static |
Definition at line 2813 of file ParallelCLBPacker.h.
|
private |
Definition at line 2837 of file ParallelCLBPacker.h.
Referenced by getPU(), and operator=().