All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
static <PlacementT> Collector<PlacementT,?,com.xilinx.rapidwright.placer.blockplacer.SortedValidPlacementCache.SortedValidPlacementCache1D<com.xilinx.rapidwright.placer.blockplacer.SortedValidPlacementCache.SortedValidPlacementCache1D<List<PlacementT>>>> |
collector(BlockPlacer2<?,?,PlacementT,?> placer) |
boolean |
contains(PlacementT placement) |
static <PlacementT> AbstractValidPlacementCache<PlacementT> |
fromList(List<PlacementT> allPlacements,
BlockPlacer2<?,?,PlacementT,?> placer,
boolean designIsDense) |
Collection<PlacementT> |
getAll() |
static <PlacementT> void |
writeList(List<PlacementT> list,
Path fn,
int rangeLimit,
PlacementT center,
BlockPlacer2<?,?,PlacementT,?> placer) |