AMF-Placer  2.0
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
Packing_PUcompare Struct Reference

a utility struct for the comparison between PlacementInfo::PlacementUnit according to PU ID More...

#include <ParallelCLBPacker.h>

Public Member Functions

bool operator() (PlacementInfo::PlacementUnit *lhs, PlacementInfo::PlacementUnit *rhs) const
 

Detailed Description

a utility struct for the comparison between PlacementInfo::PlacementUnit according to PU ID

The default STL set for PlacementUnit pointers will lead to random iteration order of the PlacementUnits in a set and lead to slight variation in the final packing result.

Definition at line 65 of file ParallelCLBPacker.h.

Member Function Documentation

◆ operator()()

bool Packing_PUcompare::operator() ( PlacementInfo::PlacementUnit lhs,
PlacementInfo::PlacementUnit rhs 
) const
inline

Definition at line 67 of file ParallelCLBPacker.h.

Here is the call graph for this function:

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