| Method and Description |
|---|
| com.xilinx.rapidwright.edif.EDIFPort.getBitBlastedIndicies()
Misspelling in name, to be removed in 2026.1.0
|
| com.xilinx.rapidwright.design.Design.getCompatiblePlacements(FamilyType, Unisim)
To be removed in 2025.2.0, use
Design.getCompatiblePlacements(Device, Unisim) or
Design.getCompatiblePlacements(String, Unisim) instead. |
| com.xilinx.rapidwright.design.Cell.getPinMappingsP2L()
This method will be removed as Cell will no longer use a map to
store pin mappings. The map returned will be unmodifiable and
cannot be used to effect mutations on the pin mappings. To be
removed in 2025.1.0.
|
| com.xilinx.rapidwright.design.Net.hasGapRouting() |
| com.xilinx.rapidwright.design.Design.placeCell(Cell, Site, BEL, Map<String, String>)
To be removed in 2025.1.0
|
| com.xilinx.rapidwright.design.Net.setHasGapRouting(boolean) |