public static final class PhysicalNetlist.PhysNetlist.CellPlacement.Reader
extends org.capnproto.StructReader
Modifier and Type | Method and Description |
---|---|
int |
getAltSiteType() |
int |
getBel() |
int |
getCellName() |
boolean |
getIsBelFixed() |
boolean |
getIsSiteFixed() |
org.capnproto.PrimitiveList.Int.Reader |
getOtherBels() |
org.capnproto.StructList.Reader<PhysicalNetlist.PhysNetlist.PinMapping.Reader> |
getPinMap() |
int |
getSite() |
int |
getType() |
boolean |
hasOtherBels() |
boolean |
hasPinMap() |
public final int getCellName()
public final int getType()
public final int getSite()
public final int getBel()
public final boolean hasPinMap()
public final org.capnproto.StructList.Reader<PhysicalNetlist.PhysNetlist.PinMapping.Reader> getPinMap()
public final boolean hasOtherBels()
public final org.capnproto.PrimitiveList.Int.Reader getOtherBels()
public final boolean getIsBelFixed()
public final boolean getIsSiteFixed()
public final int getAltSiteType()