AMF-Placer  2.0
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
IncrementalBELPacker::FFLocation Class Reference

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>

Inheritance diagram for IncrementalBELPacker::FFLocation:
Collaboration diagram for IncrementalBELPacker::FFLocation:

Public Member Functions

 FFLocation ()
 
 FFLocation (PlacementInfo::PlacementUnpackedCell *unpackedCell)
 
PlacementInfo::PlacementUnpackedCellgetUnpackedCell ()
 

Static Public Attributes

static const int DIM = 2
 

Private Attributes

PlacementInfo::PlacementUnpackedCellunpackedCell
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FFLocation() [1/2]

IncrementalBELPacker::FFLocation::FFLocation ( )
inline

Definition at line 118 of file IncrementalBELPacker.h.

◆ FFLocation() [2/2]

IncrementalBELPacker::FFLocation::FFLocation ( PlacementInfo::PlacementUnpackedCell unpackedCell)
inline

Definition at line 122 of file IncrementalBELPacker.h.

Here is the call graph for this function:

Member Function Documentation

◆ getUnpackedCell()

PlacementInfo::PlacementUnpackedCell* IncrementalBELPacker::FFLocation::getUnpackedCell ( )
inline

Definition at line 128 of file IncrementalBELPacker.h.

Member Data Documentation

◆ DIM

const int IncrementalBELPacker::FFLocation::DIM = 2
static

Definition at line 117 of file IncrementalBELPacker.h.

◆ unpackedCell

PlacementInfo::PlacementUnpackedCell* IncrementalBELPacker::FFLocation::unpackedCell
private

Definition at line 134 of file IncrementalBELPacker.h.

Referenced by FFLocation(), and getUnpackedCell().


The documentation for this class was generated from the following file: