public static final class PhysicalNetlist.PhysNetlist.PhysSitePIP.Reader
extends org.capnproto.StructReader
Modifier and Type | Method and Description |
---|---|
int |
getBel() |
org.capnproto.Void |
getInverts() |
boolean |
getIsFixed() |
boolean |
getIsInverting() |
int |
getPin() |
int |
getSite() |
boolean |
isInverts() |
boolean |
isIsInverting() |
PhysicalNetlist.PhysNetlist.PhysSitePIP.Which |
which() |
public PhysicalNetlist.PhysNetlist.PhysSitePIP.Which which()
public final int getSite()
public final int getBel()
public final int getPin()
public final boolean getIsFixed()
public final boolean isIsInverting()
public final boolean getIsInverting()
public final boolean isInverts()
public final org.capnproto.Void getInverts()