AMF-Placer  2.0
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
PlacementInfo::CellBinInfo Struct Reference

record the bin information for a cell (BELtype, column/row, resource demand) More...

#include <PlacementInfo.h>

Public Attributes

int sharedTypeId = -1
 
int X = -1
 
int Y = -1
 
float occupation = -1
 

Detailed Description

record the bin information for a cell (BELtype, column/row, resource demand)

Definition at line 3634 of file PlacementInfo.h.

Member Data Documentation

◆ occupation

float PlacementInfo::CellBinInfo::occupation = -1

Definition at line 3639 of file PlacementInfo.h.

◆ sharedTypeId

int PlacementInfo::CellBinInfo::sharedTypeId = -1

Definition at line 3636 of file PlacementInfo.h.

◆ X

int PlacementInfo::CellBinInfo::X = -1

Definition at line 3637 of file PlacementInfo.h.

◆ Y

int PlacementInfo::CellBinInfo::Y = -1

Definition at line 3638 of file PlacementInfo.h.


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